mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-26 17:03:05 +00:00
19 lines
544 B
Dart
19 lines
544 B
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: event.proto
|
|
//
|
|
// @dart = 2.12
|
|
// 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
|
|
|
|
import 'dart:core' as $core;
|
|
const UserEvent$json = const {
|
|
'1': 'UserEvent',
|
|
'2': const [
|
|
const {'1': 'GetStatus', '2': 0},
|
|
const {'1': 'SignIn', '2': 1},
|
|
const {'1': 'SignUp', '2': 2},
|
|
const {'1': 'SignOut', '2': 3},
|
|
],
|
|
};
|
|
|