inSeconds property

double inSeconds

The time it took for the future to complete. In seconds.

Implementation

double get inSeconds =>
    double.parse((inMilliseconds / 1000).toStringAsFixed(2));