cancelAfter property

int? cancelAfter
latefinal

cancelAfter An immutable expiration time for the channel. The channel can be closed sooner than this but cannot remain open later than this time.

Implementation

late final int? cancelAfter;