getAddressTitle method
API to get address title.
Return Title of the AddressControl.
Implementation
String? getAddressTitle(){
return sheetItem?.title;
}
API to get address title.
Return Title of the AddressControl.
String? getAddressTitle(){
return sheetItem?.title;
}