menu
flrx package
documentation
repository/repository.dart
Repository<T extends DataModel>
getAllForRelationById<S> abstract method
getAllForRelationById<S> abstract method
dark_mode
light_mode
getAllForRelationById<
S
>
abstract method
Future
<
List
<
T
>
>
getAllForRelationById
<
S
>(
int
id
)
Implementation
Future<List<T>> getAllForRelationById<S>(int id);
flrx package
documentation
repository/repository
Repository<T extends DataModel>
getAllForRelationById<S> abstract method
Repository class