ListEntityTypesResponse constructor

ListEntityTypesResponse({
  1. List<RuntimeEntitySchema>? entityTypes,
  2. String? nextPageToken,
})

Implementation

ListEntityTypesResponse({
  this.entityTypes,
  this.nextPageToken,
});