CallResponse constructor

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

Implementation

CallResponse(this.result, this.idempotent);