toJson method

Json toJson()

Serializes these settings in JSON format.

Implementation

Json toJson() => {
  "scrollableGraphs": scrollableGraphs,
  "numSamples": numSamples,
};