Scope constructor
Scope({
- required ScopeType type,
- required RemoteObject object,
- String? name,
- Location? startLocation,
- Location? endLocation,
Implementation
Scope(
{required this.type,
required this.object,
this.name,
this.startLocation,
this.endLocation});