menu
erpmc package
documentation
permission_management.dart
DeviceModelExtension<ModelType extends DeviceModel>
firstWhereById method
firstWhereById method
dark_mode
light_mode
firstWhereById
method
ModelType?
firstWhereById
(
String
?
id
)
Implementation
ModelType? firstWhereById(String? id) => firstWhereOrNull((element) => element.id == id);
erpmc package
documentation
permission_management
DeviceModelExtension<ModelType extends DeviceModel>
firstWhereById method
DeviceModelExtension extension on
Iterable
<
ModelType
>