Content class

Content of a Firebase in-app message.

Constructors

Content({BannerMessage? banner, CardMessage? card, ImageOnlyMessage? imageOnly, ModalMessage? modal})
Content.fromJson(Map _json)

Properties

Banner mode
getter/setter pair
card CardMessage?
Card mode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageOnly ImageOnlyMessage?
Entire message is provided by the developer as an image
getter/setter pair
Modal mode
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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