GetEntitiesResponse constructor

GetEntitiesResponse({
  1. List<EntityDescription>? descriptions,
})

Implementation

GetEntitiesResponse({
  this.descriptions,
});