isIgnored property

bool get isIgnored

Whether this model is excluded with @@ignore.

Implementation

bool get isIgnored => attribute('ignore') != null;