AccountLabel constructor

AccountLabel({
  1. String? accountId,
  2. String? description,
  3. String? labelId,
  4. String? labelType,
  5. String? name,
})

Implementation

AccountLabel({
  this.accountId,
  this.description,
  this.labelId,
  this.labelType,
  this.name,
});