show property

void Function() get show

Implementation

void Function() get show => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'show',
      ),
      r'call',
      [this],
    );
set show (void value())

Implementation

set show(void Function() value) {
  _i5.setProperty(
    this,
    'show',
    _i5.allowInterop(value),
  );
}