contractCardKey function

String contractCardKey(
  1. int state
)

Root key of the ContractCard for state — the scenario asserts content presence by this key, no matter how the solution mounted the card.

Implementation

String contractCardKey(int state) => 'contract.card.$state';