KlarnaResult constructor

KlarnaResult(
  1. String? data,
  2. String? error
)

Implementation

KlarnaResult(this.data, this.error);