- Dart
- dart:html
- BackgroundFetchFailEvent
- BackgroundFetchFailEvent factory constructor
  
BackgroundFetchFailEvent constructor
 
    
      
      BackgroundFetchFailEvent(String type,  Map init)
    
    
    
      Implementation
      factory BackgroundFetchFailEvent(String type, Map init) {
  var init_1 = convertDartToNative_Dictionary(init);
  return BackgroundFetchFailEvent._create_1(type, init_1);
}