CardOwner constructor

const CardOwner({
  1. AccountSupportAddress? address,
  2. String? email,
  3. String? name,
  4. String? phone,
})

owner

Implementation

const CardOwner({
  this.address,
  this.email,
  this.name,
  this.phone,
});