timestamp property
The date and time that the job message was created. This will be the current system time on the user's device.
Implementation
DateTime get timestamp => _timestamp.value;
The date and time that the job message was created. This will be the current system time on the user's device.
DateTime get timestamp => _timestamp.value;