CallResponse constructor

const CallResponse(
  1. Map<String, dynamic> result,
  2. bool idempotent
)

Implementation

const CallResponse(this.result, this.idempotent);