PageBlock class

Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual

Inheritance

Constructors

PageBlock(Map rawData)
Generate By General Universe Script Dont edit by hand or anything manual

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether there is no key/value pair in the map.
no setterinherited
isNotEmpty bool
Whether there is at least one key/value pair in the map.
no setterinherited
page_block_anchor PageBlockAnchor
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_animation PageBlockAnimation
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_audio PageBlockAudio
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_author_date PageBlockAuthorDate
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_block_quote PageBlockBlockQuote
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_collage PageBlockCollage
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_cover PageBlockCover
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_details PageBlockDetails
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_divider PageBlockDivider
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_embedded PageBlockEmbedded
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_embedded_post PageBlockEmbeddedPost
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_header PageBlockHeader
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_kicker PageBlockKicker
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_list PageBlockList
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_map PageBlockMap
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_paragraph PageBlockParagraph
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_photo PageBlockPhoto
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_preformatted PageBlockPreformatted
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_pull_quote PageBlockPullQuote
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_slideshow PageBlockSlideshow
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_subheader PageBlockSubheader
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_subtitle PageBlockSubtitle
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_table PageBlockTable
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_title PageBlockTitle
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_video PageBlockVideo
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
page_block_voice_note PageBlockVoiceNote
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
rawData Map
return original data json
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
special_is_json_scheme_class bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
special_return_type String?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
special_type String?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair

Methods

cast<R>() → R
convert to other
inherited
castOrNull<R>() → R?
convert to other
inherited
json_scheme_utils_checkDataIsSameBuilder({required bool onResult(Map rawData, Map defaultData)}) bool
check value data whatever do yout want
json_scheme_utils_checkDataIsSameBySpecialType() bool
check data if raw data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
return original data json
inherited
toMap() Map
return original data json
inherited
toString() String
return string data encode json original data
inherited
toStringPretty() String
return string data encode json original data
inherited
utils_filter_by_keys(List keys) Map
return original data json
inherited
utils_remove_by_keys(List keys) Map
return original data json
inherited
utils_remove_by_keys_void(List keys) → void
GeneralUniverse
inherited
utils_remove_by_values(List values) Map
return original data json
inherited
utils_remove_by_values_void(List values) → void
return original data json
inherited
utils_remove_values_null() Map
return original data json
inherited
utils_remove_values_null_void() → void
return original data json
inherited

Operators

operator *(dynamic value) → void
operator map data
inherited
operator +(dynamic value) Map
operator map data
inherited
operator -(dynamic value) Map
return original data json
inherited
operator /(dynamic value) → void
operator map data
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
operator map data
inherited
operator []=(dynamic key, dynamic value) → void
operator map data
inherited

Static Properties

defaultData Map
return default data
no setter
defaultDataSpecialType String
return default special type @type "pageBlock"
no setter

Static Methods

create({bool schemeUtilsIsSetDefaultData = false, String special_type = "pageBlock", bool special_is_json_scheme_class = true, String special_return_type = "pageBlock", PageBlockTitle? page_block_title, PageBlockSubtitle? page_block_subtitle, PageBlockAuthorDate? page_block_author_date, PageBlockHeader? page_block_header, PageBlockSubheader? page_block_subheader, PageBlockKicker? page_block_kicker, PageBlockParagraph? page_block_paragraph, PageBlockPreformatted? page_block_preformatted, PageBlockFooter? page_block_footer, PageBlockDivider? page_block_divider, PageBlockAnchor? page_block_anchor, PageBlockList? page_block_list, PageBlockBlockQuote? page_block_block_quote, PageBlockPullQuote? page_block_pull_quote, PageBlockAnimation? page_block_animation, PageBlockAudio? page_block_audio, PageBlockPhoto? page_block_photo, PageBlockVideo? page_block_video, PageBlockVoiceNote? page_block_voice_note, PageBlockCover? page_block_cover, PageBlockEmbedded? page_block_embedded, PageBlockEmbeddedPost? page_block_embedded_post, PageBlockCollage? page_block_collage, PageBlockSlideshow? page_block_slideshow, PageBlockChatLink? page_block_chat_link, PageBlockTable? page_block_table, PageBlockDetails? page_block_details, PageBlockRelatedArticles? page_block_related_articles, PageBlockMap? page_block_map}) PageBlock
Generate By General Universe Script Dont edit by hand or anything manual
override
empty() PageBlock
create PageBlock Empty
override