Provisioner class

A freezed data class used to hold data about a provisioner

Annotations
  • @freezed

Constructors

Provisioner(String provisionerName, String provisionerUuid, int globalTtl, int provisionerAddress, List<AllocatedUnicastRange> allocatedUnicastRanges, List<AllocatedGroupRange> allocatedGroupRanges, List<AllocatedSceneRange> allocatedSceneRanges, bool lastSelected)
A freezed data class used to hold data about a provisioner
const
factory
Provisioner.fromJson(Map<String, dynamic> json)
Provide a constructor to get Provisioner from JSON Map. A freezed data class used to hold data about a provisioner
factory

Properties

allocatedGroupRanges List<AllocatedGroupRange>
no setterinherited
allocatedSceneRanges List<AllocatedSceneRange>
no setterinherited
allocatedUnicastRanges List<AllocatedUnicastRange>
no setterinherited
copyWith → $ProvisionerCopyWith<Provisioner>
no setterinherited
globalTtl int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lastSelected bool
no setterinherited
provisionerAddress int
no setterinherited
provisionerName String
no setterinherited
provisionerUuid String
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