adapterMethodOutputType property

String adapterMethodOutputType

The expected output type of the adapterMethod

Implementation

String get adapterMethodOutputType => doesDeserialize ? className : serializeOutputType;