currentData property

D? currentData

The data of the card currently displayed on the front.

Implementation

D? get currentData => _focusCardProperty?.data;