UserPlatformViewPostRequest constructor
UserPlatformViewPostRequest({})
Returns a new UserPlatformViewPostRequest instance.
Implementation
UserPlatformViewPostRequest({
required this.userId,
required this.key,
this.addedOn,
this.expiredOn,
this.isAdmin,
this.active,
});