Line class
A Line is a sequence of zero or more characters other than line feed
(U+000A
) or carriage return (U+000D
), followed by a line ending or by
the end of file.
Properties
- content → String
-
A sequence of zero or more characters other than the line ending.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBlankLine → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabRemaining → int?
-
How many spaces of a tab that remains after part of it has been consumed.
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