FFFontWeight$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFontWeightDescriptor instead')
const FFFontWeight$json = {
  '1': 'FFFontWeight',
  '2': [
    {'1': 'WEIGHT_UNSET', '2': 0},
    {'1': 'w100', '2': 1},
    {'1': 'w200', '2': 2},
    {'1': 'w300', '2': 3},
    {'1': 'w400', '2': 4},
    {'1': 'w500', '2': 5},
    {'1': 'w600', '2': 6},
    {'1': 'w700', '2': 7},
    {'1': 'w800', '2': 8},
    {'1': 'w900', '2': 9},
  ],
};