cardsV2 property

List<CardWithId>? cardsV2
getter/setter pair

An array of cards.

Only Chat apps can create cards. If your Chat app authenticates as a user, the messages can't contain cards. To learn about cards and how to create them, see Send card messages. Card builder

Implementation

core.List<CardWithId>? cardsV2;