CreateBy constructor

CreateBy({
  1. String? id,
  2. String? name,
  3. String? contactId,
  4. String? avatarUrl,
})

Implementation

CreateBy({
  this.id,
  this.name,
  this.contactId,
  this.avatarUrl,
});