TypesListResponse constructor

TypesListResponse({
  1. String? nextPageToken,
  2. List<Type>? types,
})

Implementation

TypesListResponse({
  this.nextPageToken,
  this.types,
});