AnyBinary constructor

const AnyBinary({
  1. String? typeUrl,
  2. List<int>? value,
})

Implementation

const AnyBinary({this.typeUrl, this.value});