getCooName static method

String getCooName()

Implementation

static String getCooName() {
  return appProperties['cooName'] ?? '';
}