getIsReportNew method

bool? getIsReportNew()

Implementation

bool? getIsReportNew() {
  return SessionManagerMethods.getBool(isReportNew);
}