ActionFieldName$json top-level constant

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

Implementation

@$core.Deprecated('Use actionFieldNameDescriptor instead')
const ActionFieldName$json = const {
  '1': 'ActionFieldName',
  '2': const [
    const {'1': 'ACTION_FIELD_NAME_UNSPECIFIED', '2': 0},
    const {'1': 'ACTION_FIELD_NAME_NAME', '2': 1},
    const {'1': 'ACTION_FIELD_NAME_ID', '2': 2},
    const {'1': 'ACTION_FIELD_NAME_STATE', '2': 3},
  ],
};