ignoreFrom property

  1. @override
bool ignoreFrom
final

true if this field should be ignored only during deserializization (when remote data is converted to Dart code). Defaults to false.

Implementation

@override
final bool ignoreFrom;