show property

void Function([bool?]) get show

Implementation

void Function([_i2.bool?]) get show => ([_i2.bool? p0]) => _i5.callMethod(
      _i5.getProperty(
        this,
        'show',
      ),
      r'call',
      [
        this,
        p0 ?? _i6.undefined,
      ],
    );
set show (void value([bool?]))

Implementation

set show(void Function([_i2.bool?]) value) {
  _i5.setProperty(
    this,
    'show',
    _i5.allowInterop(value),
  );
}