PageBlockEmbedPost class

Page Block Embed Post.

ID: f259a80b.

Inheritance

Constructors

PageBlockEmbedPost({required String url, required int webpageId, required int authorPhotoId, required String author, required DateTime date, required List<PageBlockBase> blocks, required PageCaptionBase caption})
Page Block Embed Post constructor.
const
PageBlockEmbedPost.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

author String
Author.
final
authorPhotoId int
Author Photo Id.
final
blocks List<PageBlockBase>
Blocks.
final
caption PageCaptionBase
Caption.
final
date DateTime
Date.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Url.
final
webpageId int
Webpage Id.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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