PageBlockEmbedded class
An embedded web page.
- Inheritance
- Available Extensions
Constructors
Properties
- allow_scrolling ↔ bool
-
True, if scrolling needs to be allowed.
read / write
-
Block caption.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height ↔ int
-
Block height; 0 if unknown.
read / write
- html ↔ String
-
HTML-markup of the embedded page.
read / write
- is_full_width ↔ bool
-
True, if the block must be full width.
read / write
- poster_photo ↔ Photo?
-
Poster photo, if available; may be null.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url ↔ String
-
Web page URL, if available.
read / write
- width ↔ int
-
Block width; 0 if unknown.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → PageBlockEmbedded? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"pageBlockEmbedded"