LogEntryOperation class
Additional information about a potentially long-running operation with which a log entry is associated.
Constructors
- LogEntryOperation({bool? first, String? id, bool? last, String? producer})
- LogEntryOperation.fromJson(Map json_)
Properties
- first ↔ bool?
-
Set this to True if this is the first log entry in the operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An arbitrary operation identifier.
getter/setter pair
- last ↔ bool?
-
Set this to True if this is the last log entry in the operation.
getter/setter pair
- producer ↔ String?
-
An arbitrary producer identifier.
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