AccountSessionCreateOptions constructor

const AccountSessionCreateOptions({
  1. required String account,
  2. required AccountSessionComponents components,
  3. List<String>? expand,
})

Implementation

const AccountSessionCreateOptions({
  required this.account,
  required this.components,
  this.expand,
});