AppProperties constructor

AppProperties()

Implementation

factory AppProperties() {
  _instance._init();
  return _instance;
}