FeedReadyState constructor

FeedReadyState({
  1. String? error,
  2. UserModel? currentPartner,
  3. UserModel? currentUser,
})

Implementation

FeedReadyState({this.error, this.currentPartner, this.currentUser});