IyziBilling constructor

IyziBilling(
  1. String address,
  2. String contactName,
  3. String city,
  4. String country,
)

Implementation

IyziBilling(this.address, this.contactName, this.city, this.country);