event.pbjson.dart 1020 B

123456789101112131415161718192021222324
  1. ///
  2. // Generated code. Do not modify.
  3. // source: event.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use userEventDescriptor instead')
  11. const UserEvent$json = const {
  12. '1': 'UserEvent',
  13. '2': const [
  14. const {'1': 'GetStatus', '2': 0},
  15. const {'1': 'SignIn', '2': 1},
  16. const {'1': 'SignUp', '2': 2},
  17. const {'1': 'SignOut', '2': 3},
  18. const {'1': 'UpdateUser', '2': 4},
  19. ],
  20. };
  21. /// Descriptor for `UserEvent`. Decode as a `google.protobuf.EnumDescriptorProto`.
  22. final $typed_data.Uint8List userEventDescriptor = $convert.base64Decode('CglVc2VyRXZlbnQSDQoJR2V0U3RhdHVzEAASCgoGU2lnbkluEAESCgoGU2lnblVwEAISCwoHU2lnbk91dBADEg4KClVwZGF0ZVVzZXIQBA==');