MmOAuthApp constructor
MmOAuthApp({})
Returns a new MmOAuthApp instance.
Implementation
MmOAuthApp({
this.id,
this.clientSecret,
this.name,
this.description,
this.iconUrl,
this.callbackUrls = const [],
this.homepage,
this.isTrusted,
this.createAt,
this.updateAt,
});