FlavorConfig constructor
FlavorConfig({})
Implementation
FlavorConfig(
{required this.name,
this.isProduction = false,
this.color = Colors.brown,
required this.attributes})
: _banner =
FlavorBannerConfig(name, color: color, isProduction: isProduction);