copyWith method
Implementation
StatisticalGraphError copyWith({String? errorMessage}) =>
StatisticalGraphError(errorMessage: errorMessage ?? this.errorMessage);
StatisticalGraphError copyWith({String? errorMessage}) =>
StatisticalGraphError(errorMessage: errorMessage ?? this.errorMessage);