BackgroundFetchFailEvent constructor

  1. @DomName('BackgroundFetchFailEvent.BackgroundFetchFailEvent')
  2. @DocsEditable()
BackgroundFetchFailEvent(String type, Map init)

Implementation

@DomName('BackgroundFetchFailEvent.BackgroundFetchFailEvent')
@DocsEditable()
factory BackgroundFetchFailEvent(String type, Map init) {
  var init_1 = convertDartToNative_Dictionary(init);
  return BackgroundFetchFailEvent._create_1(type, init_1);
}