CloudDataLineageIntegration.fromJson constructor
      
      CloudDataLineageIntegration.fromJson(
    
    
- Map json_
Implementation
CloudDataLineageIntegration.fromJson(core.Map json_)
    : this(
        enabled: json_['enabled'] as core.bool?,
      );