AdditionalData constructor

AdditionalData({
  1. String? label,
  2. String? value,
})

Implementation

AdditionalData({this.label, this.value});