cardIdentification property

CardIdentificationBuilder get cardIdentification

Implementation

CardIdentificationBuilder get cardIdentification =>
    _$this._cardIdentification ??= CardIdentificationBuilder();
set cardIdentification (CardIdentificationBuilder? cardIdentification)

Implementation

set cardIdentification(CardIdentificationBuilder? cardIdentification) =>
    _$this._cardIdentification = cardIdentification;