DashConfig.fromJson constructor
      
      DashConfig.fromJson(
    
    
- Map json_
Implementation
DashConfig.fromJson(core.Map json_)
    : this(
        segmentReferenceScheme: json_.containsKey('segmentReferenceScheme')
            ? json_['segmentReferenceScheme'] as core.String
            : null,
      );