Snake constructor

const Snake(
  1. ListOfIdentifierable first
)

Implementation

const Snake(this.first);