GithubActionsWebCliCode class
Contents of buiod.yaml for Github Actions web.
Github ActionsのWeb用のbuiod.yamlの中身。
Constructors
- GithubActionsWebCliCode({Directory? workingDirectory, int defaultIncrementNumber = 0, bool buildOnClaudeCode = false})
- 
          Contents of buiod.yaml for Github Actions web.
            const
Properties
- buildOnClaudeCode → bool
- 
  Whether to build on claude code.
  final
- defaultIncrementNumber → int
- 
  Increment number.
  final
- description → String
- 
  Defines the outline of the code.
  no setteroverride
- directory → String
- 
  Specify the folder where the code will be generated.
  no setteroverride
- hashCode → int
- 
  The hash code for this object.
  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
- workingDirectory → Directory?
- 
  Working Directory.
  final
Methods
- 
  body(String path, String baseName, String className) → String 
- 
  Defines the actual body code. pathis passed relative tolib,baseNameis the filename, andclassNameis the filename converted to Pascal case.override
- 
  generateDartCode(String path, String className, {String ext = "dart", String filter(String value)?}) → Future< void> 
- 
  Generate Dart code in path.inherited
- 
  generateFile(String fileName, {String filter(String value)?}) → Future< void> 
- 
  Create a specific file in directory/fileName.inherited
- 
  header(String path, String baseName, String className) → String 
- 
  Defines the actual header code. pathis passed relative tolib,baseNameis the filename, andclassNameis the filename converted to Pascal case.override
- 
  import(String path, String baseName, String className) → String 
- 
  Define the actual import code. pathis passed relative tolib,baseNameis the filename, andclassNameis the filename converted to Pascal case.override
- 
  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