@override Map<String, dynamic> toJson() { return { 'type': 'Property', 'key': key, 'value': value, }; }