AppUser constructor

AppUser({
  1. App? app,
  2. bool? isOwner,
  3. AWSTimestamp? lastAccessedTime,
  4. User? user,
})

Implementation

factory AppUser({
  App? app,
  bool? isOwner,
  AWSTimestamp? lastAccessedTime,
  User? user,
}) = _AppUser;