getConfig method

NUIAppConfig? getConfig()

Implementation

NUIAppConfig? getConfig(){
  try {
    return NUIAppConfigEntity().toEntity(_appConfig);
  }catch(e){
    return null;
  }
}