MmCreateOAuthAppRequest constructor
      
      MmCreateOAuthAppRequest({})
     
    
Returns a new MmCreateOAuthAppRequest instance.
Implementation
MmCreateOAuthAppRequest({
  required this.name,
  required this.description,
  this.iconUrl,
  this.callbackUrls = const [],
  required this.homepage,
  this.isTrusted,
});