DialogContent class
Text information to show in a dialog.
- Annotations
Constructors
- DialogContent({required String title, required String content})
-
Initialise this entity.
const
-
DialogContent.fromJson(Map<
String, dynamic> json) -
Create an instance of this class from a serialized format.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert this into a serialized format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited