isIgnored property

bool get isIgnored

Whether this field is excluded with @ignore.

Implementation

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