Scope constructor

Scope({
  1. required String name,
})

Implementation

Scope({required this.name});