Parameter constructor

Parameter(
  1. Scope scope,
  2. int token,
  3. int _methodToken,
  4. int sequence,
  5. int _attributes,
  6. TypeIdentifier typeIdentifier,
  7. String name,
  8. Uint8List signatureBlob,
)

Implementation

Parameter(super.scope, super.token, this._methodToken, this.sequence,
    this._attributes, this.typeIdentifier, this.name, this.signatureBlob);