populateGatwayWithFields static method

PopulateGatewayQueryParameters populateGatwayWithFields(
  1. List<String> fields
)

Implementation

static PopulateGatewayQueryParameters populateGatwayWithFields(
        List<String> fields) =>
    PopulateGatewayQueryParameters._(r'fields', fields);