CodeSnippetsCliGroup class

Group for generating snippet.

スニペットを生成するためのグループ。

Constructors

CodeSnippetsCliGroup.new()
Group for generating snippet.
const

Properties

groupDescription String
Description of the group.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippets List<CodeSnippetsCliCode>
Snippets of the group.
no setter

Methods

generateFiles() Future<void>
Generate files.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited