TerminalLibraryFlutterCommand class

UncompleteDocumentation

Constructors

TerminalLibraryFlutterCommand.new(int start, int end, String chars, String escapedChars, List<String> explanation, bool error)
UncompleteDocumentation

Properties

chars String
UncompleteDocumentation
final
end int
UncompleteDocumentation
final
error bool
UncompleteDocumentation
final
escapedChars String
UncompleteDocumentation
final
explanation List<String>
UncompleteDocumentation
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
UncompleteDocumentation
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