user_table.pbjson.dart 653 B

123456789101112131415161718
  1. ///
  2. // Generated code. Do not modify.
  3. // source: user_table.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
  7. import 'dart:core' as $core;
  8. const User$json = const {
  9. '1': 'User',
  10. '2': const [
  11. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  12. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  13. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  14. const {'1': 'password', '3': 4, '4': 1, '5': 9, '10': 'password'},
  15. ],
  16. };