SharedProfile constructor

const SharedProfile({
  1. required String userId,
  2. required bool isActive,
  3. SharedProfileInfo? profile,
  4. String? apiUrl,
  5. SharedProfileSession? session,
  6. String? activeProject,
})

Implementation

const SharedProfile({required this.userId, required this.isActive, this.profile, this.apiUrl, this.session, this.activeProject});