Flutter
widgets
TypeMatcher
check
check
Flutter
widgets
TypeMatcher
check
method
check
Source
Flutter
widgets
TypeMatcher
Constructors
TypeMatcher
Properties
hashCode
runtimeType
Operators
operator ==
Methods
check
noSuchMethod
toString
bool
check
(
object
)
Returns
true
if the given object is of type
T
.
Source
bool check(dynamic object) => object is T;