Lang constructor

const Lang(
  1. String uid,
  2. String label
)

Implementation

const Lang(this.uid, this.label);