XdrSCSpecUDTUnionV0 constructor Null safety

XdrSCSpecUDTUnionV0(
  1. String _doc,
  2. String _lib,
  3. String _name,
  4. List<XdrSCSpecUDTUnionCaseV0> _cases
)

Implementation

XdrSCSpecUDTUnionV0(this._doc, this._lib, this._name, this._cases);