instance property

AppInfo get instance

Implementation

static AppInfo get instance {
  _instance ??= AppInfo._();
  return _instance!;
}