CheckTxType$json top-level constant

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

Implementation

@$core.Deprecated('Use checkTxTypeDescriptor instead')
const CheckTxType$json = const {
  '1': 'CheckTxType',
  '2': const [
    const {'1': 'NEW', '2': 0, '3': const {}},
    const {'1': 'RECHECK', '2': 1, '3': const {}},
  ],
};