PerformanceSample class
Performance Sample
- Inheritance
-
- Object
- Serializable
- PerformanceSample
Constructors
- PerformanceSample({required u64 slot, required u64 numTransactions, required u64 numSlots, required u16 samplePeriodSecs})
-
Performance Sample.
const
-
PerformanceSample.fromJson(Map<
String, dynamic> json) -
Creates an instance of
thisclass from the constructor parameters defined in thejsonobject.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numSlots → u64
-
Number of slots in sample.
final
- numTransactions → u64
-
Number of transactions in sample.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplePeriodSecs → u16
-
Number of seconds in a sample window.
final
- slot → u64
-
Slot in which sample was taken at.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serialises
thisclass into a JSON object.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
tryFromJson(
Map< String, dynamic> ? json) → PerformanceSample? -
Creates an instance of
thisclass from the constructor parameters defined in thejsonobject.override