FFDividerLineStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use fFDividerLineStyleDescriptor instead')
const FFDividerLineStyle$json = {
  '1': 'FFDividerLineStyle',
  '2': [
    {'1': 'SOLID', '2': 0},
    {'1': 'DOTTED', '2': 1},
    {'1': 'DASHED', '2': 2},
    {'1': 'DASHDOTTED', '2': 3},
  ],
};