CmdId class

Annotations
  • @freezed

Constructors

CmdId({required int read, required int write, required int discover, required int writeAttrs, required int execute, required int observe, required int notify, required int ping, required int unknown})
const
factory
CmdId.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $CmdIdCopyWith<CmdId>
no setterinherited
discover int
no setterinherited
execute int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
notify int
no setterinherited
observe int
no setterinherited
ping int
no setterinherited
read int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknown int
no setterinherited
write int
no setterinherited
writeAttrs 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