canPopBeamLocation property
Whether it is possible to popBeamLocation
,
i.e. there is more than 1 location in beamingHistory
.
Implementation
bool get canPopBeamLocation => beamingHistory.length > 1;
Whether it is possible to popBeamLocation
,
i.e. there is more than 1 location in beamingHistory
.
bool get canPopBeamLocation => beamingHistory.length > 1;