@override Map<String, dynamic> toJson() => <String, Object?>{ ...super.toJson(), 'type': type, 'uri': uri ?? '', };