menu
one_of package
documentation
any_of.dart
AnyOf
isType method
isType method
dark_mode
light_mode
isType
method
bool
isType
(
Type
t
)
checks if
valueTypes
contains the input type
Implementation
bool isType(Type t) => valueTypes.contains(t);
one_of package
documentation
any_of
AnyOf
isType method
AnyOf class