input property
Input data of the work.
Please notice that on iOS, the input data is cached with the key of identifier,
if you schedule a work before the previous one with the same identifier is complete,
cached input of the key identifier will be overwritten.
Implementation
final Map<String, dynamic>? input;