AppConfig constructor

const AppConfig({
  1. CleanConfig clean = const CleanConfig(),
})

Implementation

const AppConfig({this.clean = const CleanConfig()});