AccountBalance$json top-level constant

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

Implementation

@$core.Deprecated('Use accountBalanceDescriptor instead')
const AccountBalance$json = {
  '1': 'AccountBalance',
  '2': [
    {'1': 'date', '3': 1, '4': 1, '5': 9, '10': 'date'},
    {'1': 'balance', '3': 2, '4': 1, '5': 1, '10': 'balance'},
  ],
};