menu
erpmc package
documentation
public.dart
IdentityModelExtension<ModelType extends IdentityModel>
firstWhereById method
firstWhereById method
dark_mode
light_mode
firstWhereById
method
ModelType?
firstWhereById
(
int
?
id
)
Implementation
ModelType? firstWhereById(int? id) => firstWhereOrNull((element) => element.id == id);
erpmc package
documentation
public
IdentityModelExtension<ModelType extends IdentityModel>
firstWhereById method
IdentityModelExtension extension on
Iterable
<
ModelType
>