CardIdentifierName constructor

const CardIdentifierName(
  1. String name
)

Constructs a CardIdentifierName by settings its properties.

Implementation

const CardIdentifierName(this.name);