menu
valida package
documentation
serde_type.dart
TypeMatcher<T>
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
Object
?
value
)
Implementation
bool matches(Object? value) => value is T;
valida package
documentation
serde_type
TypeMatcher<T>
matches method
TypeMatcher class