finished property

Implementation

Future<NavigationHistoryEntry> get finished =>
    js_util.promiseToFuture(js_util.getProperty(this, 'finished'));
void finished=(Future<NavigationHistoryEntry> newValue)

Implementation

set finished(Future<NavigationHistoryEntry> newValue) {
  js_util.setProperty(this, 'finished', newValue);
}