AppstreamLanguage constructor

const AppstreamLanguage(
  1. String locale, {
  2. int? percentage,
})

Implementation

const AppstreamLanguage(this.locale, {this.percentage});