menu
apso_flutter_sdk package
documentation
entity_request.dart
EntityRequest
select method
select method
dark_mode
light_mode
select
method
EntityRequest
select
(
List
<
String
>
fields
)
Implementation
EntityRequest select(List<String> fields) { _fields = fields; return this; }
apso_flutter_sdk package
documentation
entity_request
EntityRequest
select method
EntityRequest class