CommentForm class

Annotations

Constructors

CommentForm()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(String commentSectionID) CommentModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitButtonHandler(String text) Future<void>
Updates the comment text to the new value and saves it to Firestore.
toString() String
A string representation of this object.
inherited
update(CommentModel cb(CommentModel state)) → void
Updatees the state with the new value.

Operators

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