MatexPairTypeMetadata constructor

const MatexPairTypeMetadata({
  1. required String key,
  2. required String main,
  3. double weight = _kWeight,
  4. String? subKey,
  5. String? sub,
})

Implementation

const MatexPairTypeMetadata({
  required this.key,
  required this.main,
  this.weight = _kWeight,
  this.subKey,
  this.sub,
});