menu
erpmc package
documentation
public.dart
NameFilter<ModelType extends NameModel>
textCheck method
textCheck method
dark_mode
light_mode
textCheck
method
bool
textCheck
(
ModelType
element
)
Implementation
bool textCheck(ModelType element) => text?.check(element.name) ?? true;
erpmc package
documentation
public
NameFilter<ModelType extends NameModel>
textCheck method
NameFilter class