Identifier constructor

Identifier(
  1. String type,
  2. String id
)

Implementation

Identifier(this.type, this.id);