Map<String, dynamic> toJson() { return { 'name': name, 'lastModified': lastModified.toJson(), 'size': size, 'type': type, }; }