VRSessionEvent 构造函数

VRSessionEvent(
  1. String type,
  2. Map eventInitDict
)

实现

factory VRSessionEvent(String type, Map eventInitDict) {
  var eventInitDict_1 = convertDartToNative_Dictionary(eventInitDict);
  return VRSessionEvent._create_1(type, eventInitDict_1);
}