populateDeviceModelWithFields static method

PopulateDeviceQueryParameters populateDeviceModelWithFields(
  1. List<String> fields
)

Implementation

static PopulateDeviceQueryParameters populateDeviceModelWithFields(
        List<String> fields) =>
    PopulateDeviceQueryParameters._(r'populate[deviceModel][fields]', fields);