DirectoryAlreadyExistsException class
Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.
- Implemented types
 
Constructors
- DirectoryAlreadyExistsException({String? message})
 - 
          DirectoryAlreadyExistsException.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
Methods
- 
  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