EntityResult constructor

EntityResult({
  1. String? createTime,
  2. String? cursor,
  3. Entity? entity,
  4. String? updateTime,
  5. String? version,
})

Implementation

EntityResult({
  this.createTime,
  this.cursor,
  this.entity,
  this.updateTime,
  this.version,
});