ClickableNameManager class

Constructors

ClickableNameManager()
Return singleton object
factory

Properties

clickableNameChangedListener Stream<bool>
no setter
filePath String
no setter
hashCode int
The hash code for this object.
no setterinherited
nameMap Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addName(String uuid, String name, String comment) Future<void>
dispose() → void
exportFileWidget() Widget
getName(String uuid) → dynamic
loadFile() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFile() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited