CoreRealmUser constructor

CoreRealmUser({
  1. required String? id,
  2. String? deviceId,
  3. StitchUserProfile? profile,
})

Implementation

CoreRealmUser({
  required this.id,
  this.deviceId,
  this.profile,
});