FacebookPost class

Constructors

FacebookPost({String? postUrl, String? videoSdUrl, String? videoHdUrl, String? videoMp3Url, int? commentsCount, int? sharesCount})
FacebookPost.fromMap(Map<String, String> map)
convert into FacebookPost
factory

Properties

commentsCount int?
post comments count commentsCount
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postUrl String?
postUrl
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharesCount int?
post shares count sharesCount
getter/setter pair
videoHdUrl String?
post high quality video link videoHdUrl
getter/setter pair
videoMp3Url String?
post MP3 link videoMp3Url
getter/setter pair
videoSdUrl String?
post low quality video link videoSdUrl
getter/setter pair

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