ZenMutationJob constructor
const
ZenMutationJob({})
Implementation
const ZenMutationJob({
required this.id,
required this.mutationKey,
required this.action,
this.payload = const {},
required this.createdAt,
this.retryCount = 0,
});