createPerFieldToJson property

bool? createPerFieldToJson
final

If true (defaults to false), a private, static _$ExamplePerFieldToJson abstract class will be generated in the part file.

This abstract class will contain one static function per property, exposing a way to encode only this property instead of the entire object.

Implementation

final bool? createPerFieldToJson;