CardOwner constructor
const
CardOwner({
- AccountSupportAddress? address,
- String? email,
- String? name,
- String? phone,
owner
Implementation
const CardOwner({
this.address,
this.email,
this.name,
this.phone,
});