CardIdentifierSetName constructor

const CardIdentifierSetName(
  1. String set,
  2. String name
)

Constructs a CardIdentifierSetName by settings its properties.

Implementation

const CardIdentifierSetName(this.set, this.name);