sections constant

Map<String, List<SkinContractFieldSpec>> const sections

The contract's own field table — the sections the parser requires and the schema generator emits.

Implementation

static const Map<String, List<SkinContractFieldSpec>> sections = {
  'routes': ContractRoute.fields,
  'states': ContractState.fields,
  'platformRows': ContractPlatformRow.fields,
  'stateRows': ContractStateRow.fields,
};