isLogin property

bool get isLogin

Implementation

static bool get isLogin => Pref.getValue(KV.isLogin, false) as bool;