matchers property

List<dynamic Function(T)> matchers
final

assertions the acted upon unit has to tested against

Implementation

final List<dynamic Function(T)> matchers;