instance property

Instance get instance

Implementation

_i3.Instance get instance => _i5.getProperty(
      this,
      'instance',
    );
set instance (Instance value)

Implementation

set instance(_i3.Instance value) {
  _i5.setProperty(
    this,
    'instance',
    value,
  );
}