CustomCodeSnippet constructor
CustomCodeSnippet({})
Creates a custom code snippet.
All parameters are required. cursorLocations may be empty, in which
case the cursor is placed at the end of the inserted text.
Implementation
CustomCodeSnippet({
required this.label,
required this.value,
required this.cursorLocations,
});