any top-level property
Null
get
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');