BondStatus$json top-level constant

  1. @Deprecated('Use bondStatusDescriptor instead')
Map<String, Object> const BondStatus$json

Implementation

@$core.Deprecated('Use bondStatusDescriptor instead')
const BondStatus$json = const {
  '1': 'BondStatus',
  '2': const [
    const {'1': 'BOND_STATUS_UNSPECIFIED', '2': 0, '3': const {}},
    const {'1': 'BOND_STATUS_UNBONDED', '2': 1, '3': const {}},
    const {'1': 'BOND_STATUS_UNBONDING', '2': 2, '3': const {}},
    const {'1': 'BOND_STATUS_BONDED', '2': 3, '3': const {}},
  ],
  '3': const {},
};