CallRequest constructor

const CallRequest(
  1. NetworkIdentifier networkIdentifier,
  2. String method,
  3. Map<String, dynamic> parameters
)

Implementation

const CallRequest(this.networkIdentifier, this.method, this.parameters);