supportsExecutionOrder property

bool? get supportsExecutionOrder

Whether this controller supports execution order so that the editor can render placeholders for them.

Implementation

_i2.bool? get supportsExecutionOrder => _i5.getProperty(
      this,
      'supportsExecutionOrder',
    );
set supportsExecutionOrder (bool? value)

Implementation

set supportsExecutionOrder(_i2.bool? value) {
  _i5.setProperty(
    this,
    'supportsExecutionOrder',
    value ?? _i6.undefined,
  );
}