deadline property
inherited
The timestamp of when this task is due in seconds since the Unix epoch.
Implementation
@UnixTimestampConverter()
DateTime? get deadline => throw _privateConstructorUsedError;
The timestamp of when this task is due in seconds since the Unix epoch.
@UnixTimestampConverter()
DateTime? get deadline => throw _privateConstructorUsedError;