seed property
The seed controls the reproducibility of the job. Passing in the same seed and job parameters should produce the same results, but may differ in rare cases. If a seed is not specified, one will be generated for you.
Implementation
@JsonKey(includeIfNull: false)
int? get seed => throw _privateConstructorUsedError;