Customers constructor
Customers({})
Implementation
Customers({
this.id,
this.dateCreated,
this.dateCreatedGmt,
this.dateModified,
this.dateModifiedGmt,
this.email,
this.firstName,
this.lastName,
this.role,
this.username,
this.billing,
this.shipping,
this.isPayingCustomer,
this.avatarUrl,
this.metaData,
this.links,
});