ApiResponse constructor

const ApiResponse(
  1. int status,
  2. Map<String, Object?> data,
  3. bool idempotencyReplayed
)

Implementation

const ApiResponse(this.status, this.data, this.idempotencyReplayed);