default$ property

Spot get default$

Use this value to indicate that the real spot value is inherited from elsewhere.

Implementation

static _i3.Spot get default$ => _i4.getProperty(
      _declaredSpot,
      'Default',
    );
set default$ (Spot value)

Implementation

static set default$(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'Default',
    value,
  );
}