import 'package:photo_gallery/photo_gallery.dart';
extension MediumExtension on Medium {
DateTime? get lastDate => modifiedDate ?? modifiedDate;
}