OneOfManyResult constructor

OneOfManyResult({
  1. String? decodedFormat,
  2. String? decodedValue,
})

Implementation

OneOfManyResult({this.decodedFormat, this.decodedValue});