ActionState$json top-level constant

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

Implementation

@$core.Deprecated('Use actionStateDescriptor instead')
const ActionState$json = const {
  '1': 'ActionState',
  '2': const [
    const {'1': 'ACTION_STATE_UNSPECIFIED', '2': 0},
    const {'1': 'ACTION_STATE_INACTIVE', '2': 1},
    const {'1': 'ACTION_STATE_ACTIVE', '2': 2},
  ],
};