LocalTime.now constructor
LocalTime.now()
Creates a LocalTime that represents the current time.
Implementation
LocalTime.now(): super.fromNative(DateTime.now());
Creates a LocalTime that represents the current time.
LocalTime.now(): super.fromNative(DateTime.now());