Scope.fromJson constructor
Scope.fromJson(
- Map json_
Implementation
Scope.fromJson(core.Map json_) : this(type: json_['type'] as core.String?);
Scope.fromJson(core.Map json_) : this(type: json_['type'] as core.String?);