StatisticalGraphAsync constructor

const StatisticalGraphAsync({
  1. required String token,
  2. dynamic extra,
  3. int? clientId,
})

The graph data to be asynchronously loaded through getStatisticalGraph

Implementation

const StatisticalGraphAsync({
  required this.token,
  this.extra,
  this.clientId,
});