updateCountry method

Address updateCountry(
  1. String country
)

Implementation

Address updateCountry(String country) => copyWith(country: country);