UserGroup class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
UserGroup({String? id, required String name, required String description, required List<
String> userAtSigns, required List<String> daemonAtSigns, required List<Device> devices, required List<DeviceGroup> deviceGroups}) - UserGroup.empty({String? id, required String name, required String description})
-
factory
Properties
-
daemonAtSigns
→ List<
String> -
final
- description → String
-
final
-
deviceGroups
→ List<
DeviceGroup> -
final
-
devices
→ List<
Device> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userAtSigns
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited