CardResult constructor

CardResult(
  1. String? id,
  2. String? status
)

Implementation

CardResult(this.id, this.status);