@override Map<String, dynamic> toJson() => <String, Object?>{ 'type': type, 'uris': uris?.map((f) => f).toList(), };