AccountType$json top-level constant

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

Implementation

@$core.Deprecated('Use accountTypeDescriptor instead')
const AccountType$json = const {
  '1': 'AccountType',
  '2': const [
    const {'1': 'Normal', '2': 0},
    const {'1': 'AssetIssue', '2': 1},
    const {'1': 'Contract', '2': 2},
  ],
};