AlternateDisputeResolution constructor

AlternateDisputeResolution({
  1. String? label,
  2. String? uri,
})

Implementation

AlternateDisputeResolution({
  this.label,
  this.uri,
});