isStarterPackViewBasic property

bool get isStarterPackViewBasic

Returns true if this data is StarterPackViewBasic, otherwise false.

Implementation

bool get isStarterPackViewBasic =>
    this is URecordViewRecordStarterPackViewBasic;