SpecificRidConnMonitor class

Annotations
  • @freezed

Constructors

SpecificRidConnMonitor({required int nwkBearer, required int availNwkBearer, required int radioStrength, required int linkQuality, required int ip, required int routeIp, required int linkUtil, required int APN, required int cellId, required int SMNC, required int SMCC})
const
factory
SpecificRidConnMonitor.fromJson(Map<String, dynamic> json)
factory

Properties

APN int
no setterinherited
availNwkBearer int
no setterinherited
cellId int
no setterinherited
copyWith → $SpecificRidConnMonitorCopyWith<SpecificRidConnMonitor>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ip int
no setterinherited
linkQuality int
no setterinherited
linkUtil int
no setterinherited
nwkBearer int
no setterinherited
radioStrength int
no setterinherited
routeIp int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SMCC int
no setterinherited
SMNC 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