ConfigModelPublicationStatus class

Annotations
  • @freezed

Constructors

ConfigModelPublicationStatus(int elementAddress, int publishAddress, int appKeyIndex, bool credentialFlag, int publishTtl, int publicationSteps, int publicationResolution, int retransmitCount, int retransmitIntervalSteps, int modelIdentifier, bool isSuccessful)
const
factory
ConfigModelPublicationStatus.fromJson(Map<String, dynamic> json)
factory

Properties

appKeyIndex int
no setterinherited
copyWith → $ConfigModelPublicationStatusCopyWith<ConfigModelPublicationStatus>
no setterinherited
credentialFlag bool
no setterinherited
elementAddress int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isSuccessful bool
no setterinherited
modelIdentifier int
no setterinherited
publicationResolution int
no setterinherited
publicationSteps int
no setterinherited
publishAddress int
no setterinherited
publishTtl int
no setterinherited
retransmitCount int
no setterinherited
retransmitIntervalSteps int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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