LinkNameAlreadyInUseException class
Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.
- Implemented types
Constructors
- LinkNameAlreadyInUseException({String? message})
-
LinkNameAlreadyInUseException.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