InsiderAppCardType class

Layout variants delivered by App Card campaigns.

Use InsiderAppCard.type to branch UI rendering between the message-only and image-led layouts.

Constructors

InsiderAppCardType()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

IMAGE → const String
Image-led card: hero image is the primary visual element.
MESSAGE → const String
Text-only card: title + description, no hero image.