mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-03 22:41:08 +00:00
27 lines
1.3 KiB
Dart
27 lines
1.3 KiB
Dart
![]() |
///
|
||
|
// Generated code. Do not modify.
|
||
|
// source: subject.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,deprecated_member_use_from_same_package
|
||
|
|
||
|
import 'dart:core' as $core;
|
||
|
import 'dart:convert' as $convert;
|
||
|
import 'dart:typed_data' as $typed_data;
|
||
|
@$core.Deprecated('Use observableSubjectDescriptor instead')
|
||
|
const ObservableSubject$json = const {
|
||
|
'1': 'ObservableSubject',
|
||
|
'2': const [
|
||
|
const {'1': 'category', '3': 1, '4': 1, '5': 9, '10': 'category'},
|
||
|
const {'1': 'ty', '3': 2, '4': 1, '5': 5, '10': 'ty'},
|
||
|
const {'1': 'subject_id', '3': 3, '4': 1, '5': 9, '10': 'subjectId'},
|
||
|
const {'1': 'subject_payload', '3': 4, '4': 1, '5': 12, '9': 0, '10': 'subjectPayload'},
|
||
|
],
|
||
|
'8': const [
|
||
|
const {'1': 'one_of_subject_payload'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `ObservableSubject`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List observableSubjectDescriptor = $convert.base64Decode('ChFPYnNlcnZhYmxlU3ViamVjdBIaCghjYXRlZ29yeRgBIAEoCVIIY2F0ZWdvcnkSDgoCdHkYAiABKAVSAnR5Eh0KCnN1YmplY3RfaWQYAyABKAlSCXN1YmplY3RJZBIpCg9zdWJqZWN0X3BheWxvYWQYBCABKAxIAFIOc3ViamVjdFBheWxvYWRCGAoWb25lX29mX3N1YmplY3RfcGF5bG9hZA==');
|