menu
betto_schema
betto_schema.dart
ExclusiveMaximum
<
T extends num
>
call method
call
dark_mode
light_mode
call
method
@
override
bool
call
(
T
input
)
override
Implementation
@override bool call(T input) => exclusiveMaximum(input, max);
betto_schema
betto_schema
ExclusiveMaximum
<
T extends num
>
call method
ExclusiveMaximum class