@override Map<String, dynamic> toJson() { var map = {'uri': uri}; if (alt != null) { map['alt'] = alt!; } return map; }