ActivityContentDetailsSocial class
Details about a social network post.
Constructors
- ActivityContentDetailsSocial({String? author, String? imageUrl, String? referenceUrl, ResourceId? resourceId, String? type})
- ActivityContentDetailsSocial.fromJson(Map json_)
Properties
-
The author of the social network post.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl ↔ String?
-
An image of the post's author.
getter/setter pair
- referenceUrl ↔ String?
-
The URL of the social network post.
getter/setter pair
- resourceId ↔ ResourceId?
-
The resourceId object encapsulates information that identifies the
resource associated with a social network post.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The name of the social network.
Possible string values are:
getter/setter pair
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