populateGatewayModelsWithFields static method

PopulateGatewayQueryParameters populateGatewayModelsWithFields(
  1. List<String> fields
)

Implementation

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