LoginReq$json top-level constant

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

Implementation

@$core.Deprecated('Use loginReqDescriptor instead')
const LoginReq$json = {
  '1': 'LoginReq',
  '2': [
    {'1': 'account', '3': 1, '4': 1, '5': 9, '10': 'account'},
    {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
    {'1': 'version', '3': 3, '4': 1, '5': 9, '10': 'version'},
  ],
};