StatsGraphError constructor

const StatsGraphError({
  1. required String error,
})

Stats Graph Error constructor.

Implementation

const StatsGraphError({
  required this.error,
}) : super._();