menu
erpmc package
documentation
public.dart
InWhere<DataType>
check method
check method
dark_mode
light_mode
check
method
bool
check
(
DataType?
field
)
Implementation
bool check(DataType? field) { return not ^ values.contains(field); }
erpmc package
documentation
public
InWhere<DataType>
check method
InWhere class