show property

void Function([ViewColumn?]) show

Implementation

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

Implementation

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