CheckPlatformCommand class
- Inheritance
-
- Object
- BaseCommand
- CheckPlatformCommand
Constructors
-
CheckPlatformCommand(List<
String> args)
Properties
-
args
→ List<
String> -
finalinherited
- config → ConfigModel
-
no setterinherited
- 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
-
run(
) → Future< void> -
check to confirm if the ios and android platforms are correctly setup
to either reference the version info from the flutter object or manually set
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited