XdrSCSpecUDTStructFieldV0 constructor Null safety

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

Implementation

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