CustomerSessionCreateOptions constructor
const
CustomerSessionCreateOptions({
- required CustomerSessionComponents components,
- required String customer,
- List<
String> ? expand,
Implementation
const CustomerSessionCreateOptions({
required this.components,
required this.customer,
this.expand,
});