serializingFunctionName property

String serializingFunctionName

The generated deserialize function name

Implementation

String get serializingFunctionName {
  final action = doesDeserialize ? 'From' : 'To';
  return '_\$$className$action$providerName';
}