failureReason property

Implementation

BackgroundFetchFailureReason get failureReason =>
    BackgroundFetchFailureReason.fromValue(
        js_util.getProperty(this, 'failureReason'));