serializesTo property

Type? serializesTo
final

May be used with serializer and deserializer.

Specifies the Type that this field serializes to.

Ex. If you have a field that serializes to a JSON string, specify serializesTo: String.

Implementation

final Type? serializesTo;