PageBlockEmbed class

Page Block Embed.

ID: a8718dc5.

Inheritance

Constructors

PageBlockEmbed({required bool fullWidth, required bool allowScrolling, String? url, String? html, int? posterPhotoId, int? w, int? h, required PageCaptionBase caption})
Page Block Embed constructor.
const
PageBlockEmbed.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

allowScrolling → bool
allow_scrolling: bit 3 of flags.3?true
final
caption → PageCaptionBase
Caption.
final
flags → int
Flags.
no setter
fullWidth → bool
full_width: bit 0 of flags.0?true
final
h → int?
H.
final
hashCode → int
The hash code for this object.
no setterinherited
html → String?
Html.
final
posterPhotoId → int?
Poster Photo Id.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
url → String?
Url.
final
w → int?
W.
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