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

content String
Content text.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
Title text.
final

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