GraphRF constructor

GraphRF({
  1. String? modelName,
  2. String? fieldName,
  3. GraphTypeRF? graphType = GraphTypeRF.line,
})

Implementation

GraphRF({this.modelName, this.fieldName, this.graphType = GraphTypeRF.line});