adapterMethodInputType property

String adapterMethodInputType

The expected input type for the adapterMethod

Implementation

String get adapterMethodInputType => doesDeserialize ? deserializeInputType : className;