ScienceSettings class

Settings relating to science.

Constructors

ScienceSettings({required bool scrollableGraphs, required int numSamples})
A const constructor.
const
ScienceSettings.fromJson(Json? json)
Parses a ScienceSettings from JSON.

Properties

hashCode → int
The hash code for this object.
no setterinherited
numSamples → int
The number of samples collected by the science subsystem.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollableGraphs → bool
How many frames to render per second.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
Serializes these settings in JSON format.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited