ProfileInitialised constructor

const ProfileInitialised(
  1. String feedId,
  2. AppModel app,
  3. double? uploadingBGProgress,
  4. double? uploadingProfilePhotoProgress,
)

Implementation

const ProfileInitialised(this.feedId, this.app, this.uploadingBGProgress,
    this.uploadingProfilePhotoProgress);