@override Map<String, dynamic> toJson() { final Map<String, dynamic> json = super.toJson(); json['props'] = {'file': file.toJson()}; return json; }