gallery_picker/lib/models/medium.dart

6 lines
160 B
Dart
Raw Normal View History

2022-12-25 12:30:20 +03:00
import 'package:photo_gallery/photo_gallery.dart';
extension MediumExtension on Medium {
DateTime? get lastDate => this.modifiedDate ?? this.modifiedDate;
}