log property
void
get
log
log: Logs the object.
Implementation
void get log {
if (isNull) print(r'null');
print('$this');
}
log: Logs the object.
void get log {
if (isNull) print(r'null');
print('$this');
}