XdrSCSpecFunctionInputV0 constructor Null safety

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

Implementation

XdrSCSpecFunctionInputV0(this._name, this._type);