DVJobPayloadCodec<TPayload> class
Converts a job payload to and from JSON so a durable queue can store it.
name is written to the database and read back after a restart, so it must stay stable across releases even if the Dart class is renamed.
Constructors
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