SharedProfile constructor
const
SharedProfile({
- required String userId,
- required bool isActive,
- SharedProfileInfo? profile,
- String? apiUrl,
- SharedProfileSession? session,
- String? activeProject,
Implementation
const SharedProfile({required this.userId, required this.isActive, this.profile, this.apiUrl, this.session, this.activeProject});