getState property
Future<NavigationPreloadState> Function()
get
getState
Implementation
_i2.Future<_i3.NavigationPreloadState> Function() get getState =>
() => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'getState',
),
r'call',
[this],
));
set
getState
(Future<NavigationPreloadState> value())
Implementation
set getState(_i2.Future<_i3.NavigationPreloadState> Function() value) {
_i4.setProperty(
this,
'getState',
_i4.allowInterop(value),
);
}