Address constructor Null safety

Address(
  1. int _type,
  2. {String? accountId,
  3. String? contractId}
)

Implementation

Address(this._type, {this.accountId, this.contractId});