CockpitTestSourceLocation class final
Constructors
- CockpitTestSourceLocation({required int line, required int column, int? endLine, int? endColumn})
- Creates a CockpitTestSourceLocation.
- CockpitTestSourceLocation.fromJson(Object? value, {String path = r'$'})
-
Decodes a CockpitTestSourceLocation from a JSON object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - Encodes this CockpitTestSourceLocation as a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited