call method

DateTime call()

Creates a DateTime instance with current date and time in the local time zone.

Implementation

DateTime call() => DateTime.now();