Island constructor

Island()

Implementation

Island() {
  _contacts = <Contact>[];
  _joints = <Joint>[];
}