KnownUser constructor

KnownUser({
  1. bool? isCurrentUser,
  2. String? personName,
})

Implementation

KnownUser({
  this.isCurrentUser,
  this.personName,
});