BillingModel constructor
Implementation
BillingModel(
{@required this.addressLine1,
@required this.addressLine2,
@required this.postcode,
@required this.country,
@required this.city,
@required this.state,
@required this.phoneModel});