DataGovernanceTag constructor

DataGovernanceTag({
  1. String? key,
  2. String? value,
})

Implementation

DataGovernanceTag({this.key, this.value});