Thing constructor

Thing(
  1. String id
)

Creates a new Thing with the given id.

Implementation

Thing(String id) : super(id);