serializingFunctionName property
String
get
serializingFunctionName
The generated deserialize function name
Implementation
String get serializingFunctionName {
final action = doesDeserialize ? 'From' : 'To';
return '_\$$className$action$providerName';
}