CustomAttribute constructor

CustomAttribute(
  1. Scope scope,
  2. int token,
  3. int modifiedObjectToken,
  4. MemberRef memberRef,
  5. TypeDef constructor,
  6. int attributeType,
  7. Uint8List signatureBlob,
)

Implementation

CustomAttribute(super.scope, super.token, this.modifiedObjectToken,
    this.memberRef, this.constructor, this.attributeType, this.signatureBlob);