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