FlavorBannerConfig class
Utility class that defines the Flavor banner configuration. THis is usually on created indirectly by FlavorConfig name the name of the flavor isProduction a flag to determine if the flavor is a production flavor color will be the color of the banner that is shown (if any)
Constructors
- FlavorBannerConfig.new(String name, {bool isProduction = false, Color color = Colors.blue})
Properties
- color → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProduction → bool
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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