menu
betto_schema
betto_schema.dart
TypeValidator
call method
call
dark_mode
light_mode
call
method
@
override
bool
call
(
dynamic
input
)
override
Implementation
@override bool call(dynamic input) { return types.any((t) => _matchesType(t, input)); }
betto_schema
betto_schema
TypeValidator
call method
TypeValidator class