registration property

Implementation

BackgroundFetchRegistration get registration =>
    js_util.getProperty(this, 'registration');
void registration=(BackgroundFetchRegistration newValue)

Implementation

set registration(BackgroundFetchRegistration newValue) {
  js_util.setProperty(this, 'registration', newValue);
}