BackgroundFetchClickEvent constructor

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

Implementation

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