ignores property

List<T> ignores

Implementation

List<T> get ignores => _ignores ?? [];
void ignores=(List<T> value)

Implementation

set ignores(List<T> value) => _ignores = value;