populateDeviceWithFields static method

PopulateDeviceQueryParameters populateDeviceWithFields(
  1. List<String> fields
)

Implementation

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