build method

Address build()

Implementation

Address build() => Address(_country, _province, _city, _street);