kContractCardContent top-level constant

Map<int, (String, String)> const kContractCardContent

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.'),
};