deadline property

  1. @override
DateTime? get deadline

Deadline for this call. If the call is still active after this time, then the client or server may cancel it.

Implementation

@override
DateTime? get deadline => null;