EntityTypeSearchResponse constructor

EntityTypeSearchResponse({
  1. List<EntityType> entityTypes,
  2. num total,
})

Implementation

EntityTypeSearchResponse({this.entityTypes, this.total});