updateState method

Address updateState(
  1. String state
)

Implementation

Address updateState(String state) => copyWith(state: state);