SpecificRidConnStatistics class
- Annotations
-
- @freezed
Constructors
- SpecificRidConnStatistics({@JsonKey.new(name: "SMSTxCounter") required int smsTxCounter, @JsonKey.new(name: "SMSRxCounter") required int smsRxCounter, required int txData, required int rxData, required int maxMsgSize, required int avgMsgSize, required int startOrReset})
-
constfactory
-
SpecificRidConnStatistics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- avgMsgSize → int
-
no setterinherited
-
copyWith
→ $SpecificRidConnStatisticsCopyWith<
SpecificRidConnStatistics> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxMsgSize → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxData → int
-
no setterinherited
- smsRxCounter → int
-
no setterinherited
- smsTxCounter → int
-
no setterinherited
- startOrReset → int
-
no setterinherited
- txData → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited