Returns a Duration representing this number in milliseconds.
Duration get milliseconds => Duration(microseconds: (this * 1000).toInt());