BrazeContentCard class Null safety

Constructors

BrazeContentCard(String _data)

Properties

clicked bool
Content Card clicked
read / write
contentCardJsonString String
Content Card json
read / write
created int
Content Card created
read / write
description String
Content Card description
read / write
dismissable bool
Content Card dismissable
read / write
expiresAt int
Content Card expires at
read / write
extras Map<String, String>
Key-value pair extras
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String
Content Card id
read / write
image String
Content Card image
read / write
imageAspectRatio double
Content Card image aspect ratio
read / write
isControl bool
Content Card control
read / write
linkText String
Content Card link text
read / write
pinned bool
Content Card pinned
read / write
removed bool
Content Card removed
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
Content Card title
read / write
type String
Content Card type
read / write
url String
Content Card url
read / write
useWebView bool
Content Card use web view
read / write
viewed bool
Content Card viewed
read / write

Methods

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

Operators

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