TextMark class Sensor Data Source
Represents a textual annotation at a specific moment in the log.
Constructors
- TextMark.new(int offset, Coordinates coordinates, String report)
-
TextMark.fromJson(Map<
String, dynamic> json) -
factory
Properties
- coordinates ↔ Coordinates
-
The geographical coordinates where the text mark was recorded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset ↔ int
-
The timestamp of the text mark within the log.
getter/setter pair
- report ↔ String
-
A textual note or annotation associated with the mark.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited