AppticsUser constructor

AppticsUser(
  1. String userId,
  2. String? appticsUserId
)

Implementation

AppticsUser(this.userId, this.appticsUserId);