asDeciseconds property
Time
get
asDeciseconds
Returns a Time representing this time in Deciseconds (ds).
Implementation
Time get asDeciseconds => convertTo(TimeUnit.decisecond);
Returns a Time representing this time in Deciseconds (ds).
Time get asDeciseconds => convertTo(TimeUnit.decisecond);