SwiftScope constructor
SwiftScope({
- required String id,
Create a new scope with an identifier
Implementation
SwiftScope({required this.id});
Create a new scope with an identifier
SwiftScope({required this.id});