Any<T> class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Object?
-
no setterinherited
Methods
-
mapValue(Object onValue(T value))
→ Object?
-
Maps a concrete value through
onValue (e.g. wrap a token in Bearer …);
a matcher passes through untouched so easy_mock_http matches on it.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited