Human-readable string representation.
@override String toString() { if (id == null) { return '$runtimeType-UUID: $uuid'; } else { return '$runtimeType-ID: $id'; } }