ConstraintViolation$json top-level constant

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

Implementation

@$core.Deprecated('Use constraintViolationDescriptor instead')
const ConstraintViolation$json = const {
  '1': 'ConstraintViolation',
  '2': const [
    const {'1': 'msg_format', '3': 1, '4': 1, '5': 9, '10': 'msgFormat'},
    const {'1': 'param', '3': 2, '4': 3, '5': 9, '10': 'param'},
    const {'1': 'type_name', '3': 7, '4': 1, '5': 9, '10': 'typeName'},
    const {'1': 'field_path', '3': 3, '4': 1, '5': 11, '6': '.spine.base.FieldPath', '10': 'fieldPath'},
    const {'1': 'field_value', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'fieldValue'},
    const {'1': 'violation', '3': 5, '4': 3, '5': 11, '6': '.spine.validate.ConstraintViolation', '10': 'violation'},
  ],
};