StatisticalGraphError constructor

StatisticalGraphError({
  1. String? extra,
  2. int? client_id,
  3. string? error_message,
})

Implementation

StatisticalGraphError({
  super.extra,
  super.client_id,
  this.error_message,
});