populatePlantWithFields static method

PopulatePlantQueryParameters populatePlantWithFields(
  1. List<String> fields
)

Implementation

static PopulatePlantQueryParameters populatePlantWithFields(
        List<String> fields) =>
    PopulatePlantQueryParameters._(r'fields', fields);