ThemeFormAuthButtonCliCodeSnippet class
Auth button template.
認証ボタンのテンプレート。
- Inheritance
-
- Object
- CliCodeSnippet
- ThemeFormAuthButtonCliCodeSnippet
Constructors
- ThemeFormAuthButtonCliCodeSnippet.new()
-
Auth button template.
const
Properties
- description → String
-
Defines the outline of the code.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String
-
Defines the language of the code.
no setterinherited
- name → String
-
Defines the name of the code.
no setteroverride
- prefix → String
-
Defines the code prefix.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
body(
String path, String baseName, String className) → String -
Defines the actual body code.
path
is passed relative tolib
,baseName
is the filename, andclassName
is the filename converted to Pascal case.override -
generate(
) → DynamicMap -
Generate code snippet.
inherited
-
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