FieldBehavior$json top-level constant

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

Implementation

@$core.Deprecated('Use fieldBehaviorDescriptor instead')
const FieldBehavior$json = {
  '1': 'FieldBehavior',
  '2': [
    {'1': 'FIELD_BEHAVIOR_UNSPECIFIED', '2': 0},
    {'1': 'OPTIONAL', '2': 1},
    {'1': 'REQUIRED', '2': 2},
    {'1': 'OUTPUT_ONLY', '2': 3},
    {'1': 'INPUT_ONLY', '2': 4},
    {'1': 'IMMUTABLE', '2': 5},
    {'1': 'UNORDERED_LIST', '2': 6},
  ],
};