JobMessage class final
A message from a job.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The job message's message string.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → JobMessageSeverity
-
The job message's severity: information, warning or error.
no setter
- source → JobMessageSource
-
The source of the job message, either from the service or from this API.
no setter
- timestamp → DateTime
-
The date and time that the job message was created. This will be the
current system time on the user's device.
no setter
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