DescribeBrokerEngineTypesResponse constructor Null safety

DescribeBrokerEngineTypesResponse(
  1. {List<BrokerEngineType>? brokerEngineTypes,
  2. int? maxResults,
  3. String? nextToken}
)

Implementation

DescribeBrokerEngineTypesResponse({
  this.brokerEngineTypes,
  this.maxResults,
  this.nextToken,
});