getAddress method

String? getAddress()

Implementation

String? getAddress() {
  return address;
}