deadline property

  1. @JsonKey(name: 'duedate')
  2. @UnixTimestampConverterNullable()
DateTime? get deadline
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;