Bcrypt$json top-level constant

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

Implementation

@$core.Deprecated('Use bcryptDescriptor instead')
const Bcrypt$json = const {
  '1': 'Bcrypt',
  '2': const [
    const {'1': 'cost', '3': 1, '4': 1, '5': 5, '10': 'cost'},
  ],
};