Address.empty constructor

const Address.empty()

Implementation

const Address.empty()
    : this.line1 = '',
      this.line2 = '',
      this.city = '',
      this.state = '',
      this.postalCode = '',
      this.country = '',
      this.text = '';