isIgnored property
bool
get
isIgnored
Whether this field is excluded with @ignore.
Implementation
bool get isIgnored => attribute('ignore') != null;
Whether this field is excluded with @ignore.
bool get isIgnored => attribute('ignore') != null;