isSingular property
bool
get
isSingular
States whether to localized the corresponding TimeDifference's time unit in singular form.
Implementation
bool get isSingular {
return value == 1;
}
States whether to localized the corresponding TimeDifference's time unit in singular form.
bool get isSingular {
return value == 1;
}