Event.fromJS constructor

Event.fromJS(
  1. dynamic jsObject
)

Implementation

factory Event.fromJS(dynamic jsObject) => Event._(jsObject);