ShareData class

Annotations
  • @JsonSerializable()

Constructors

ShareData({String? id, required List<ShareItem> items})
ShareData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The share target id, as used in ShareTarget. If no id is present, the items were shared via the general share item for your app, not a specific share target.
getter/setter pair
items List<ShareItem>
A list of shared items.
getter/setter pair
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>
toString() String
A string representation of this object.
inherited

Operators

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