DRState constructor

DRState(
  1. Map<String, CardState> cardStates
)

Implementation

DRState(this.cardStates);