GraphRF constructor
GraphRF({
- String? modelName,
- String? fieldName,
- GraphTypeRF? graphType = GraphTypeRF.line,
Implementation
GraphRF({this.modelName, this.fieldName, this.graphType = GraphTypeRF.line});