useStack property

bool get useStack

Implementation

bool get useStack =>
    this == ViewModelShareStrategy.stack ||
    this == ViewModelShareStrategy.all;