Convert the Any object to a JSON representation.
@override Map<String, dynamic> toJson() { return {'value': value.toJson(), 'type_url': typeUrl}; }