ignore property

  1. @override
bool ignore
final

true if the generator should ignore this field completely. When true, takes precedence over ignoreFrom and ignoreTo. Defaults to false.

Implementation

@override
final bool ignore;