title property

  1. @nonVirtual
String? title
final

The title of the card, if this is unique.

This is the title of the card as it appears on the card in US English.

It is always either null, or:

  • Non-empty.
  • Title-cased.

Implementation

@nonVirtual
final String? title;