PlayingCard constructor
Creates a PlayingCard with the given rank and suit.
Implementation
const PlayingCard({required this.rank, required this.suit});
Creates a PlayingCard with the given rank and suit.
const PlayingCard({required this.rank, required this.suit});