ObjectSpec class

Annotations
  • @freezed

Constructors

ObjectSpec({required InstanceCtrl lwm2mSecurity, required InstanceCtrl lwm2mServer, required InstanceCtrl accessCtrl, required InstanceCtrl device, required InstanceCtrl connMonitor, required InstanceCtrl firmware, required InstanceCtrl location, required InstanceCtrl connStatistics})
const
factory
ObjectSpec.fromJson(Map<String, dynamic> json)
factory

Properties

accessCtrl InstanceCtrl
no setterinherited
connMonitor InstanceCtrl
no setterinherited
connStatistics InstanceCtrl
no setterinherited
copyWith → $ObjectSpecCopyWith<ObjectSpec>
no setterinherited
device InstanceCtrl
no setterinherited
firmware InstanceCtrl
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
location InstanceCtrl
no setterinherited
lwm2mSecurity InstanceCtrl
no setterinherited
lwm2mServer InstanceCtrl
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