menu
sugar package
documentation
time.dart
Time
inMilliseconds property
inMilliseconds property
dark_mode
light_mode
inMilliseconds
property
int
get
inMilliseconds
Represents this
Time
as milliseconds.
Implementation
int get inMilliseconds => inMicroseconds ~/ 1000;
sugar package
documentation
time
Time
inMilliseconds property
Time class