adapterMethodOutputType property

String adapterMethodOutputType
inherited

The expected output type of the adapterMethod

Implementation

String get adapterMethodOutputType => doesDeserialize ? className : serializeOutputType;