populateGatewayModelWithFields static method

PopulateTransformsQueryParameters populateGatewayModelWithFields(
  1. List<String> fields
)

Implementation

static PopulateTransformsQueryParameters populateGatewayModelWithFields(
        List<String> fields) =>
    PopulateTransformsQueryParameters._(
        r'populate[gatewayModel][fields]', fields);