InternalCall constructor

InternalCall(
  1. InternalCallType type,
  2. dynamic data
)

Implementation

InternalCall(this.type, this.data);