Any constructor

Any({
  1. String? typeUrl,
  2. String? value,
})

Implementation

Any({
  this.typeUrl,
  this.value,
});