ShareOptions class abstract

Options for VKBridge.share

Constructors

ShareOptions([void updates(ShareOptionsBuilder)])
ShareOptions factory
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
Link for sharing (by default - the current link in the form of https://vk.com/app123#hash)
no setter
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
rebuild(dynamic updates(ShareOptionsBuilder)) ShareOptions
Rebuilds the instance.
inherited
toBuilder() ShareOptionsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ShareOptions>
ShareOptions serializer
no setter