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