JobMessageSource enum
The origin of a job message.
Each of the values represents a different type of job message source.
Constructors
- JobMessageSource()
-
const
Values
- client → const JobMessageSource
-
A job message generated by this API.
- service → const JobMessageSource
-
A job message generated by a service.
Properties
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
Constants
-
values
→ const List<
JobMessageSource> - A constant List of the values in this enum, in order of their declaration.