homeSiteName property

String get homeSiteName

Implementation

String get homeSiteName =>
    homeSite != null ? homeSite!.siteName : 'NO_HOMESITE';