AccountSessionCreateOptions constructor
const
AccountSessionCreateOptions({
- required String account,
- required AccountSessionComponents components,
- List<
String> ? expand,
Implementation
const AccountSessionCreateOptions({
required this.account,
required this.components,
this.expand,
});