updateLine method

Address updateLine(
  1. List<String> line
)

Implementation

Address updateLine(List<String> line) => copyWith(line: line);