updateText method

Address updateText(
  1. String text
)

Implementation

Address updateText(String text) => copyWith(text: text);