now static method

DateTime now()

now can be use as default value for column annotation which produce current local date and time.

Implementation

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