CardIdentifierSetCollectorNumber constructor

const CardIdentifierSetCollectorNumber(
  1. String set,
  2. String collectorNumber
)

Constructs a CardIdentifierSetCollectorNumber by settings its properties.

Implementation

const CardIdentifierSetCollectorNumber(this.set, this.collectorNumber);