toAddress3String method

String toAddress3String()

Implementation

String toAddress3String() {
  return '$country\n$zip $city\n$street';
}