L10nSet constructor

const L10nSet(
  1. String _key,
  2. String _value, {
  3. bool common = false,
})

Implementation

const L10nSet(this._key, this._value, {this.common = false});