SwiftScope constructor

SwiftScope({
  1. required String id,
})

Create a new scope with an identifier

Implementation

SwiftScope({required this.id});