LauncherViewPostRequest constructor
LauncherViewPostRequest({})
Returns a new LauncherViewPostRequest instance.
Implementation
LauncherViewPostRequest({
required this.userId,
required this.key,
this.name,
this.org,
this.lmsUrl,
this.cmsUrl,
this.portalUrl,
});