populateDeviceWithFields static method

PopulateDeviceModelQueryParameters populateDeviceWithFields(
  1. List<String> fields
)

Implementation

static PopulateDeviceModelQueryParameters populateDeviceWithFields(
        List<String> fields) =>
    PopulateDeviceModelQueryParameters._(r'fields', fields);