FlavorConfig class

Constructors

FlavorConfig({required Flavor flavor, Color color = Colors.blue, required FlavorValues values})
Config flavor with internal instance.
factory

Properties

color Color
Color of banner flavor
final
flavor Flavor
Enum of flavor
final
hashCode int
The hash code for this object.
no setterinherited
name String
Name of flavor
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values FlavorValues
Dynamic values Will be extended of FlavorValues
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlavorConfig?
no setter

Static Methods

showBanner() bool
If show banner, return true