starterPackViewBasicOrNull property

StarterPackViewBasic? get starterPackViewBasicOrNull

Returns StarterPackViewBasic if this data is StarterPackViewBasic, otherwise null.

Implementation

StarterPackViewBasic? get starterPackViewBasicOrNull =>
    isStarterPackViewBasic ? starterPackViewBasic : null;