adapterMethodInputType property

String adapterMethodInputType
inherited

The expected input type for the adapterMethod

Implementation

String get adapterMethodInputType => doesDeserialize ? deserializeInputType : className;