FalseStartBehaviour$json top-level constant

  1. @Deprecated('Use falseStartBehaviourDescriptor instead')
Map<String, Object> const FalseStartBehaviour$json

Implementation

@$core.Deprecated('Use falseStartBehaviourDescriptor instead')
const FalseStartBehaviour$json = {
  '1': 'FalseStartBehaviour',
  '2': [
    {'1': 'abortAfterFalseStart', '3': 1, '4': 1, '5': 11, '6': '.ScStw.AbortAfterFalseStart', '9': 0, '10': 'abortAfterFalseStart'},
    {'1': 'continueAfterFalseStart', '3': 2, '4': 1, '5': 11, '6': '.ScStw.ContinueAfterFalseStart', '9': 0, '10': 'continueAfterFalseStart'},
  ],
  '8': [
    {'1': 'behaviour'},
  ],
};