@override Map<String, dynamic> toJson() { return { 'type': type, 'from': from, 'length': length, 'url': url, }; }