FoundRtlWidget class
Information about a string literal found in dart code.
Constructors
Properties
- endColumn ↔ int?
-
The one-based index of the column containing the character immediately
following the range.
getter/setter pair
- endLine ↔ int?
-
The one-based index of the line containing the character immediately
following the range.
getter/setter pair
- error → String
-
final
- filePath → String
-
absolute file path to the file in which the string literal was found.
final
- fix → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
final
- msg → String
-
The actual value of the string, better to use
stringLiteral
.final - offset → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startColumn ↔ int?
-
The one-based index of the column containing the first character of the
range.
getter/setter pair
- startLine ↔ int?
-
The one-based index of the line containing the first character of the
range.
getter/setter pair
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