SharingDetail class

Details of who a node is shared with.

Annotations
  • @immutable

Constructors

SharingDetail({required String nodeId, required List<String> primaryUsers, required List<String> secondaryUsers})
const
SharingDetail.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nodeId String
The ID of the node in question.
final
primaryUsers List<String>
The primary users associated with the node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryUsers List<String>
The secondary users associated with the node.
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