XdrSCSpecUDTUnionCaseV0 constructor Null safety

XdrSCSpecUDTUnionCaseV0(
  1. List<String> _name,
  2. XdrSCSpecTypeDef? _type
)

Implementation

XdrSCSpecUDTUnionCaseV0(this._name, this._type);