BuildConfig<V> class

Constructors

BuildConfig({required String packageName, required String appName, required String versionCode, required String versionName, required V variant})

Properties

appName String
final
buildType BuildType
final
hashCode int
The hash code for this object.
no setterinherited
isDebug bool
no setter
isProfile bool
no setter
isRelease bool
no setter
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variant → V
final
versionCode String
final
versionName String
final

Methods

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

Operators

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

Static Properties

appBuildType BuildType
no setter