Hash$json top-level constant

Map<String, Object> const Hash$json

Implementation

//  Generated code. Do not modify.
//  source: bridge.proto
//

// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type

const Hash$json = const {
  '1': 'Hash',
  '2': const [
    const {'1': 'HASH_UNSPECIFIED', '2': 0},
    const {'1': 'HASH_SHA256', '2': 1},
    const {'1': 'HASH_SHA224', '2': 2},
    const {'1': 'HASH_SHA384', '2': 3},
    const {'1': 'HASH_SHA512', '2': 4},
  ],
};