menu
jaguar_resty package
documentation
expect/expect.dart
Checker<T> typedef
Checker<T> typedef
dark_mode
light_mode
Checker<
T
>
typedef
Checker
<
T
> =
List
<
Mismatch
>
Function
(
T
v
)
Performs a check/validation on
T
Implementation
typedef List<Mismatch> Checker<T>(T v);
jaguar_resty package
documentation
expect/expect
Checker<T> typedef
expect library