timeOnly property
String
get
timeOnly
Implementation
String get timeOnly {
final now = _v;
return "${now.hour}:${now.minute}:${now.second}";
}
String get timeOnly {
final now = _v;
return "${now.hour}:${now.minute}:${now.second}";
}