log property

void get log

log: Logs the object.

Implementation

void get log {
  if (isNull) print(r'null');
  print('$this');
}