FactController class Null safety
This holds all TextEditingController to create and edit a Fact.
Constructors
- FactController(Fact fact)
- Construct a FactController given a Fact.
-
FactController.fromMap(Map<
String, dynamic> fact) - Construct a FactController given a Map containing all fields of a Fact.
Properties
- archivedLinkController ↔ TextEditingController
-
TextEditingController for Fact.factArchivedLink.
read / write
-
TextEditingController for Fact.factAuthor.
read / write
- dayController ↔ TextEditingController
-
TextEditingController for Fact.factDay.
read / write
- factController ↔ TextEditingController
-
TextEditingController for Fact.factText.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- languageController ↔ TextEditingController
-
TextEditingController for Fact.factLanguage.
read / write
- linkController ↔ TextEditingController
-
TextEditingController for Fact.factLink.
read / write
- mediaController ↔ TextEditingController
-
TextEditingController for Fact.factMedia.
read / write
- monthController ↔ TextEditingController
-
TextEditingController for Fact.factMonth.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- yearController ↔ TextEditingController
-
TextEditingController for Fact.factYear.
read / write
Methods
-
dispose(
) → void - Dispose all TextEditingController at once.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited