JobMessages class

Provides messages from the service about jobs that you have already successfully submitted.

Constructors

JobMessages({List<String>? info, List<String>? warning})
JobMessages.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
info List<String>?
List of messages that are informational only and don't indicate a problem with your job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warning List<String>?
List of messages that warn about conditions that might cause your job not to run or to fail.
final

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