CardNameProvider constructor

CardNameProvider(
  1. dynamic initValue
)

Implementation

CardNameProvider(initValue) {
  _cardName = initValue;
}