NetworkKey class

A freezed data class used to hold a given Network Key data

Annotations
  • @freezed

Constructors

NetworkKey(String name, int netKeyIndex, int phase, String phaseDescription, bool isMinSecurity, List<int> netKeyBytes, List<int>? oldNetKeyBytes, List<int> txNetworkKey, List<int> identityKey, List<int>? oldIdentityKey, String meshUuid, int timestamp)
A freezed data class used to hold a given Network Key data
const
factory
NetworkKey.fromJson(Map<String, dynamic> json)
Provide a constructor to get NetworkKey from JSON Map. A freezed data class used to hold a given Network Key data
factory

Properties

copyWith → $NetworkKeyCopyWith<NetworkKey>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identityKey List<int>
no setterinherited
isMinSecurity bool
no setterinherited
meshUuid String
no setterinherited
name String
no setterinherited
netKeyBytes List<int>
no setterinherited
netKeyIndex int
no setterinherited
oldIdentityKey List<int>?
no setterinherited
oldNetKeyBytes List<int>?
no setterinherited
phase int
no setterinherited
phaseDescription String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
no setterinherited
txNetworkKey List<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