PinEditNotifier class

Constructors

PinEditNotifier({required dynamic pin, required dynamic ref})

Properties

hashCode int
The hash code for this object.
no setterinherited
pin → dynamic
final
ref → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSave(dynamic context) Future<void>
setEditMode(bool editMode) → void
setHtml(String? html) → void
setMarkdown(String text) → void
setTitle(String title) → void
toString() String
A string representation of this object.
inherited

Operators

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