pcfPatchTargets top-level property

List<FigSuggestion> pcfPatchTargets
final

Implementation

final List<FigSuggestion> pcfPatchTargets = [

  FigSuggestion(
    name: 'build',
    description: 'Build'
  ),
  FigSuggestion(
    name: 'project',
    description: 'Project'
  )
];