List<String> get sessionSmartAccounts { try { return List<String>.from(jsonDecode(sessionProperties['smartAccounts'])); } catch (_) { return []; } }