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