aboutsummaryrefslogtreecommitdiffstats
path: root/lib/core/constants/users_path.dart
blob: 47c24861ba36721077790259849d70749f3db845 (plain)
1
2
3
4
5
6
class UsersPath {
  static const String InfotainmentCurrentUser =
      'Infotainment.Users.selectedUser';
  static const String InfotainmentUsers =
      'Infotainment.Users';
}