instance property

List<AppSettings>? get instance

Implementation

static List<AppSettings>? get instance {
  return _settings;
}