Hibok
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

30 righe
692 B

  1. ///
  2. // Generated code. Do not modify.
  3. // source: system.proto
  4. //
  5. // @dart = 2.3
  6. // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
  7. const SystemHeartbeatReq$json = const {
  8. '1': 'SystemHeartbeatReq',
  9. };
  10. const SystemHeartbeatRes$json = const {
  11. '1': 'SystemHeartbeatRes',
  12. };
  13. const SystemHandshakeReq$json = const {
  14. '1': 'SystemHandshakeReq',
  15. '2': const [
  16. const {'1': 'Token', '3': 1, '4': 1, '5': 9, '10': 'Token'},
  17. ],
  18. };
  19. const SystemHandshakeRes$json = const {
  20. '1': 'SystemHandshakeRes',
  21. '2': const [
  22. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  23. ],
  24. };