FetchEntityByNameResponse constructor

FetchEntityByNameResponse({
  1. Entity? entity,
  2. bool? success,
})

Implementation

FetchEntityByNameResponse({
  this.entity,
  this.success});