description method

String description()

Implementation

String description() {
  return "id: $id, name: $name";
}