any top-level property Null safety

Null any

An argument matcher that matches any argument passed in this argument position.

See the README section on argument matchers for examples.

Implementation

Null get any => _registerMatcher(anything, false, argumentMatcher: 'any');