name property

  1. @nonVirtual
String name
final

The name of the card.

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

It is always:

  • Non-empty.
  • Unique within the set.
  • Title-cased.

Implementation

@nonVirtual
final String name;