Bank$json top-level constant

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

Implementation

@$core.Deprecated('Use bankDescriptor instead')
const Bank$json = const {
  '1': 'Bank',
  '2': const [
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'},
    const {'1': 'initials', '3': 3, '4': 1, '5': 9, '10': 'initials'},
    const {'1': 'swift', '3': 4, '4': 1, '5': 9, '10': 'swift'},
  ],
};