DartOrFlutterMixin mixin
- Mixin applications
Properties
- findFile → FindFile
-
no setter
- fs → FileSystem
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
no setter
- pubspecLock → PubspecLock
-
no setter
- 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
-
resolveFlutterAndDart<
T> (Iterable< String> pubspecs, T getCommandToRun(DetermineFlutterOrDart flutterOrDart), {required bool dartOnly, required bool flutterOnly}) → ({Iterable<T> dart, Iterable<T> flutter, Iterable<(DetermineFlutterOrDart, T)> ordered}) -
toString(
) → String -
A string representation of this object.
inherited
-
warnDartOrFlutter(
{required bool isFlutterOnly, required bool isDartOnly}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited