getAddress method

Address? getAddress()

API to get address.

Return The address of the AddressControl.

Implementation

Address? getAddress(){
  return address;
}