Sentence constructor

const Sentence(
  1. ListOfIdentifierable first
)

Implementation

const Sentence(this.first);