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