hide property
void Function()
get
hide
Implementation
void Function() get hide => () => _i5.callMethod(
_i5.getProperty(
this,
'hide',
),
r'call',
[this],
);
set
hide
(void value())
Implementation
set hide(void Function() value) {
_i5.setProperty(
this,
'hide',
_i5.allowInterop(value),
);
}