serializeMethod property
Discover serializers within the class that rely on the provider.
For example toRest() =>
Implementation
String get serializeMethod => 'to$providerName';
Discover serializers within the class that rely on the provider.
For example toRest() =>
String get serializeMethod => 'to$providerName';