updateCity method

Address updateCity(
  1. String city
)

Implementation

Address updateCity(String city) => copyWith(city: city);