menu
erpmc package
documentation
public.dart
LikeWhere
LikeWhere.new constructor
LikeWhere.new constructor
dark_mode
light_mode
LikeWhere
constructor
LikeWhere
(
{
required
String
value
,
bool
contains
=
true
,
bool
not
=
false
,
})
Implementation
LikeWhere({ required this.value, this.contains = true, this.not = false, });
erpmc package
documentation
public
LikeWhere
LikeWhere.new constructor
LikeWhere class