Attribution constructor
Attribution({})
Implementation
Attribution({
this.baselineOutputValue = 0,
this.instanceOutputValue = 0,
this.featureAttributions,
this.outputIndex = const [],
this.outputDisplayName = '',
this.approximationError = 0,
this.outputName = '',
}) : super(fullyQualifiedName);