toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'input_type': ChartAction.getActionString(this.inputType),
      'entered_value': this.enteredValue,
      'input_source': this.inputSource
    };