duration property

Rx<Duration> duration
final

Duration of the current ongoing call.

Implementation

final Rx<Duration> duration = Rx<Duration>(Duration.zero);