populatePlantWithFields static method

PopulateGroupQueryParameters populatePlantWithFields(
  1. List<String> fields
)

Implementation

static PopulateGroupQueryParameters populatePlantWithFields(
        List<String> fields) =>
    PopulateGroupQueryParameters._(r'populate[plant][fields]', fields);