ADAMetadataLabelResponse constructor

ADAMetadataLabelResponse({
  1. required String label,
  2. String? cip10,
  3. required String count,
})

Implementation

ADAMetadataLabelResponse({
  required this.label,
  this.cip10,
  required this.count,
});