DISPATCH_METHOD top-level constant

  1. @Deprecated('Use DISPATCH_FLAGS.DISPATCH_METHOD instead')
int const DISPATCH_METHOD

The member is invoked as a method. If a property has the same name, both this and the DISPATCH_PROPERTYGET flag can be set.

Implementation

@Deprecated('Use DISPATCH_FLAGS.DISPATCH_METHOD instead')
const DISPATCH_METHOD = 0x1;