SmartObjectRegistry class

Annotations
  • @freezed

Constructors

SmartObjectRegistry({required RspCode rspCode, required CmdId cmdId, required Map<String, int> oid, required Map<String, int> uniqueRid, required SpecificRid specificRid, required ObjectSpec objectSpec, required SpecificResrcChar specificResrcChar})
const
factory
SmartObjectRegistry.fromJson(Map<String, dynamic> json)
factory

Properties

cmdId CmdId
no setterinherited
copyWith → $SmartObjectRegistryCopyWith<SmartObjectRegistry>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
objectSpec ObjectSpec
no setterinherited
oid Map<String, int>
no setterinherited
rspCode RspCode
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specificResrcChar SpecificResrcChar
no setterinherited
specificRid SpecificRid
no setterinherited
uniqueRid Map<String, 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