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