inMilliseconds property

int get inMilliseconds

Converts this Duration to milliseconds (already exists in core, but for chaining clarity)

Implementation

int get inMilliseconds => this.inMilliseconds;