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