StoryShareParams class

This object describes additional sharing settings for the native story editor.

Constructors

StoryShareParams({required String? text, StoryWidgetLink? widgetLink})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Optional. The caption to be added to the media, 0-200 characters for regular users and 0-2048 characters for premium subscribers.
final
Optional. An object that describes a widget link to be included in the story. Note that only premium subscribers can post stories with links.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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