getAddressTitle method

String? getAddressTitle()

API to get address title.

Return Title of the AddressControl.

Implementation

String? getAddressTitle(){
  return sheetItem?.title;
}