menu
eliud_pkg_workflow_model package
documentation
model/assignment_repository.dart
AssignmentRepository
getEntity abstract method
getEntity abstract method
dark_mode
light_mode
getEntity
abstract method
Future
<
AssignmentEntity
?
>
getEntity
(
String
?
id
, {
dynamic
onError
(
Exception
)?,
})
inherited
Implementation
Future<U?> getEntity(String? id, {Function(Exception)? onError});
eliud_pkg_workflow_model package
documentation
model/assignment_repository
AssignmentRepository
getEntity abstract method
AssignmentRepository class