menu
dhis2_flutter_sdk package
documentation
shared/queries/base.query.dart
BaseQuery<T extends BaseEntity>
select method
select method
dark_mode
light_mode
select
method
dynamic
select
(
List
<
String
>
fields
)
Implementation
select(List<String> fields) { this.fields = fields; return this; }
dhis2_flutter_sdk package
documentation
shared/queries/base.query
BaseQuery<T extends BaseEntity>
select method
BaseQuery class