appbaseSettings property Null safety

AppbaseSettings? appbaseSettings

represnts the current appbase settings

Implementation

AppbaseSettings? get appbaseSettings {
  return this.appbaseConfig;
}