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