TextContent class

Text Content for InboxMessage

Constructors

TextContent(String title, String message, String summary, String subtitle)
InboxMessage Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Message string for the inbox message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
Subtitle string for the inbox message.
getter/setter pair
summary String
Summary string for the inbox message.
getter/setter pair
title String
Title string for the inbox message.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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