deadline property
- @JsonKey(name: 'duedate')
- @UnixTimestampConverterNullable()
inherited
The timestamp of when this task is due in seconds since the Unix epoch.
Implementation
@JsonKey(name: 'duedate')
@UnixTimestampConverterNullable()
DateTime? get deadline => throw _privateConstructorUsedError;