toString method
Returns a string representation of the StatusUpdateProject instance.
Implementation
@override
String toString() {
  return '${Helpers.getTypeName(StatusUpdateProject)}: type = $type, id = $id, name = $name';
}Returns a string representation of the StatusUpdateProject instance.
@override
String toString() {
  return '${Helpers.getTypeName(StatusUpdateProject)}: type = $type, id = $id, name = $name';
}