pcfPatchStrategies top-level property
Implementation
final List<FigSuggestion> pcfPatchStrategies = [
FigSuggestion(
name: 'None',
description: 'None'
),
FigSuggestion(
name: 'GitTags',
description: 'GitTags'
),
FigSuggestion(
name: 'FileTracking',
description: 'FileTracking'
),
FigSuggestion(
name: 'Manifest',
description: 'Manifest'
)
];