menu
twipe_flutter_core package
documentation
utils/eloquent/collection/collection.dart
Collection<T extends Model>
getModelById method
getModelById method
dark_mode
light_mode
getModelById
method
T?
getModelById
(
String
id
)
Returns Model by Id
Implementation
T? getModelById(String id) { return _models[id]; }
twipe_flutter_core package
documentation
utils/eloquent/collection/collection
Collection<T extends Model>
getModelById method
Collection class