applicationInstallStates top-level property

List<FigSuggestion> applicationInstallStates
final

Implementation

final List<FigSuggestion> applicationInstallStates = [

  FigSuggestion(
    name: 'NotInstalled',
    description: 'NotInstalled'
  ),
  FigSuggestion(
    name: 'Installed',
    description: 'Installed'
  ),
  FigSuggestion(
    name: 'All',
    description: 'All'
  )
];