isSmallestUnit property
bool
get
isSmallestUnit
States whether the difference unit is second
.
Implementation
bool get isSmallestUnit {
final controller = TimeDifferenceController(this);
return controller.isSmallestUnit;
}