DRState constructor

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

Implementation

const DRState(this.cardStates);