Share class

A Object representing a Share

Constructors

Share({required Role role, required List<String> emails, required List<String> users, required LinkMap links})
Constructs a Share
const
Share.fromJson(dynamic json)
Creates a Share from value json
factory

Properties

emails List<String>
The List of emails associated with this Share
final
hashCode int
The hash code for this object.
no setteroverride
Map of ApptiveLinks relevant to this Share
final
role Role
The Role for this Share
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users List<String>
The List of user ids associated with this Share
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this Share to a json Map
toString() String
A string representation of this object.
override

Operators

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