mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-28 18:01:52 +00:00
34 lines
1.0 KiB
Dart
34 lines
1.0 KiB
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: sign_up.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 SignUpRequest$json = const {
|
|
'1': 'SignUpRequest',
|
|
'2': const [
|
|
const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
|
|
const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
|
|
const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
|
|
],
|
|
};
|
|
|
|
const SignUpParams$json = const {
|
|
'1': 'SignUpParams',
|
|
'2': const [
|
|
const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
|
|
const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
|
|
const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
|
|
],
|
|
};
|
|
|
|
const SignUpResponse$json = const {
|
|
'1': 'SignUpResponse',
|
|
'2': const [
|
|
const {'1': 'is_success', '3': 1, '4': 1, '5': 8, '10': 'isSuccess'},
|
|
],
|
|
};
|
|
|