DeviceGroup class

Annotations
  • @immutable

Constructors

DeviceGroup({String? id, String? name, List<String>? nodes, List<DeviceGroup>? subgroups, String? type})
const
DeviceGroup.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
Id of the group.
final
name String?
Name of the group.
final
nodes List<String>?
List of node ids in the group
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subgroups List<DeviceGroup>?
List of subgroups if any
final
type String?
Type of the group
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited