1234567891011121314151617181920212223242526272829303132333435363738 |
- //
- // Generated code. Do not modify.
- // source: ente/common/box.proto
- //
- // @dart = 2.12
- // ignore_for_file: annotate_overrides, camel_case_types, comment_references
- // ignore_for_file: constant_identifier_names, library_prefixes
- // ignore_for_file: non_constant_identifier_names, prefer_final_fields
- // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
- import 'dart:convert' as $convert;
- import 'dart:core' as $core;
- import 'dart:typed_data' as $typed_data;
- @$core.Deprecated('Use centerBoxDescriptor instead')
- const CenterBox$json = {
- '1': 'CenterBox',
- '2': [
- {'1': 'x', '3': 1, '4': 1, '5': 2, '9': 0, '10': 'x', '17': true},
- {'1': 'y', '3': 2, '4': 1, '5': 2, '9': 1, '10': 'y', '17': true},
- {'1': 'height', '3': 3, '4': 1, '5': 2, '9': 2, '10': 'height', '17': true},
- {'1': 'width', '3': 4, '4': 1, '5': 2, '9': 3, '10': 'width', '17': true},
- ],
- '8': [
- {'1': '_x'},
- {'1': '_y'},
- {'1': '_height'},
- {'1': '_width'},
- ],
- };
- /// Descriptor for `CenterBox`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List centerBoxDescriptor = $convert.base64Decode(
- 'CglDZW50ZXJCb3gSEQoBeBgBIAEoAkgAUgF4iAEBEhEKAXkYAiABKAJIAVIBeYgBARIbCgZoZW'
- 'lnaHQYAyABKAJIAlIGaGVpZ2h0iAEBEhkKBXdpZHRoGAQgASgCSANSBXdpZHRoiAEBQgQKAl94'
- 'QgQKAl95QgkKB19oZWlnaHRCCAoGX3dpZHRo');
|