AnimationPlaybackEvent constructor

AnimationPlaybackEvent(String type, [ Map eventInitDict ])

Implementation

factory AnimationPlaybackEvent(String type, [Map eventInitDict]) {
  if (eventInitDict != null) {
    var eventInitDict_1 = convertDartToNative_Dictionary(eventInitDict);
    return AnimationPlaybackEvent._create_1(type, eventInitDict_1);
  }
  return AnimationPlaybackEvent._create_2(type);
}