BuildArch enum

The CPU Architecture that the app was designed to run on, and therefore the architectures that are accepted by inno_bundle generated installer.

Inheritance
Available extensions

Values

x64 → const BuildArch
const BuildArch("x64os", "x86_64")
x64Compatible → const BuildArch
const BuildArch("x64compatible", "x86_64")

Properties

cpu String
CPU architecture represented by this value.
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Inno value to be inserted into the iss script.
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

acceptedStringValues List<String>
List of literal string values to be accepted as valid value for option.
final

Static Methods

fromOption(String? option) BuildArch
Parses configuration option to the desired BuildArch.
validateConfig(dynamic option, {required String configName}) String?
Validate configuration option for BuildArch.

Constants

values → const List<BuildArch>
A constant List of the values in this enum, in order of their declaration.