FrameMessage constructor

FrameMessage({
  1. MessageData? data,
  2. String? origin,
})

Implementation

FrameMessage({this.data, this.origin});