BlocGridScreen class
- Inheritance
- 
    - Object
- CreateCommand
- BlocGridScreen
 
- Mixed-in types
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- successMessage → String
- 
  
  no setteroverride
Methods
- 
  createDirectory({required String path}) → Future< void> 
- 
  
  inherited
- 
  execute() → Future< void> 
- 
  
  override
- 
  fileExists({required String path}) → Future< bool> 
- 
  
  inherited
- 
  getBlocEventFileContent(String screenName, String content) → String 
- 
  
  inherited
- 
  getBlocFileContent(String screenName, String content) → String 
- 
  
  inherited
- 
  getBlocStateFileContent(String screenName, String content) → String 
- 
  
  inherited
- 
  
  inherited
- 
  getRepositoryFileContent(String screenName, String content) → String 
- 
  
  inherited
- 
  getRoutesFileContent(String screenName, String routesFileContent) → String 
- 
  
  inherited
- 
  getScreenFileContent(String screenName, String content, bool routeExist) → String 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  readFile({required String path}) → Future< String> 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  writeFile({required String path, required String content}) → Future< void> 
- 
  
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited