ShareBody class

Constructors

ShareBody({String? mTitle, String? mContent, String? mThumbUrl, String? mUrl, int? shareType, String? mLocalPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
mContent String?
内容
getter/setter pair
mLocalPath String?
getter/setter pair
mThumbUrl String?
缩略图链接
getter/setter pair
mTitle String?
getter/setter pair
mUrl String?
网页分享的连接地址
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareType int?
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) ShareBody