Card.fromIndex constructor

  1. @protected
const Card.fromIndex(
  1. int index
)

Creates a Card from a hash int value.

Implementation

@protected
const factory Card.fromIndex(int index) = _IndexBasedCard;