LocalIdentifier constructor

LocalIdentifier(
  1. String type,
  2. String lid
)

Implementation

LocalIdentifier(this.type, this.lid);