ignore property

List<Type> ignore

Returns a mutable copy of the global ignore list.

Implementation

List<Type> get ignore => List.of(_ignore);