WebLabel constructor

WebLabel({
  1. String? label,
  2. String? languageCode,
})

Implementation

WebLabel({
  this.label,
  this.languageCode,
});