ListTypesResponse constructor

ListTypesResponse({
  1. String? nextToken,
  2. List<Type>? types,
})

Implementation

ListTypesResponse({
  this.nextToken,
  this.types,
});