kContractCardContent top-level constant
The two content states of the card.
Implementation
const Map<int, (String, String)> kContractCardContent = {
1: ('Contract title one', 'Contract description one.'),
2: ('Contract title two', 'Contract description two.'),
};