menu
erpmc package
documentation
public.dart
InWhere<DataType>
InWhere.new constructor
InWhere.new constructor
dark_mode
light_mode
InWhere<
DataType
>
constructor
InWhere<
DataType
>
(
{
required
Iterable
<
DataType
>
values
,
bool
not
=
false
,
})
Implementation
InWhere({ required this.values, this.not = false, });
erpmc package
documentation
public
InWhere<DataType>
InWhere.new constructor
InWhere class