XdrSCSpecFunctionInputV0 constructor Null safety

XdrSCSpecFunctionInputV0(
  1. String _doc,
  2. List<String> _name,
  3. XdrSCSpecTypeDef _type
)

Implementation

XdrSCSpecFunctionInputV0(this._doc, this._name, this._type);