StatisticalGraphError constructor

StatisticalGraphError({
  1. required String errorMessage,
})

Implementation

StatisticalGraphError({required this.errorMessage});