fromGenerator property

  1. @override
String? fromGenerator
final

Manipulates output for the field in the deserialize generator. The instance's field name is automatically defined. While the build method is ultimately responsible for how the output is applied, it is most often directly injected as the value of the field in the deserialize adapter.

data and provider is available as the deserialized version of the model.

Placeholders can be used in the value of this field.

Implementation

@override
final String? fromGenerator;