populateWithFields static method

PopulateLicenseQueryParameters populateWithFields(
  1. List<String> fields
)

Implementation

static PopulateLicenseQueryParameters populateWithFields(
        List<String> fields) =>
    PopulateLicenseQueryParameters._(r'fields', fields);