now function

dynamic now()

Implementation

now() {
  return DateTime.now();
}