sections constant
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,
};