deadline property

  1. @UnixTimestampConverter()
DateTime? get deadline
inherited

The timestamp of when this task is due in seconds since the Unix epoch.

Implementation

@UnixTimestampConverter()
DateTime? get deadline => throw _privateConstructorUsedError;