EnvironmentBuilder class
Holds the details of the environment section. i.e. flutter and sdk versions.
Constructors
- EnvironmentBuilder.new({String? sdk, String? flutter})
-
Creates an environment key with an
sdk
version constraint and/or aflutter
version constraint. - EnvironmentBuilder.missing()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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