DeleteSessionRequest constructor
DeleteSessionRequest({
- required String name,
Implementation
DeleteSessionRequest({required this.name}) : super(fullyQualifiedName);
DeleteSessionRequest({required this.name}) : super(fullyQualifiedName);