Property constructor

Property(
  1. Scope scope,
  2. int token,
  3. int _parentToken,
  4. String name,
  5. int _attributes,
  6. Uint8List signatureBlob,
  7. TypeIdentifier typeIdentifier,
  8. BaseType baseType,
  9. Uint8List defaultValue,
  10. int _setterToken,
  11. int _getterToken,
  12. Uint32List otherMethodTokens,
)

Implementation

Property(
    super.scope,
    super.token,
    this._parentToken,
    this.name,
    this._attributes,
    this.signatureBlob,
    this.typeIdentifier,
    this.baseType,
    this.defaultValue,
    this._setterToken,
    this._getterToken,
    this.otherMethodTokens);