BatchUpdateUserStateAction constructor

BatchUpdateUserStateAction({
  1. UserProfile? userProfile,
  2. CommunicationSettings? communicationSettings,
  3. AuthCredentialResponse? auth,
  4. bool? isSignedIn,
  5. String? inActivitySetInTime,
  6. String? signedInTime,
  7. String? tokenExpiryTime,
})

Implementation

BatchUpdateUserStateAction({
  this.userProfile,
  this.communicationSettings,
  this.auth,
  this.isSignedIn,
  this.inActivitySetInTime,
  this.signedInTime,
  this.tokenExpiryTime,
});