DetermineFlutterOrDart class

Constructors

DetermineFlutterOrDart({required String pubspecYaml, required PubspecLock pubspecLock, required FindFile findFile})

Properties

findFile FindFile
final
hashCode int
The hash code for this object.
no setterinherited
isDart bool
no setter
isFlutter bool
no setter
pubspecLock PubspecLock
final
pubspecYaml String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testType String?
final

Methods

directory({String? fromDirectory}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTestType(String testType) DetermineFlutterOrDart
tool() String
toString() String
A string representation of this object.
inherited

Operators

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