boundVariables property

dynamic get boundVariables

Implementation

_i2.dynamic get boundVariables => _i5.getProperty(
      this,
      'boundVariables',
    );
set boundVariables (dynamic value)

Implementation

set boundVariables(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'boundVariables',
    value,
  );
}