Address constructor

Address(
  1. String country
)

Implementation

Address(this.country);