ContentElementBuilder class Null safety
- Implemented types
Constructors
Properties
- address ↔ String?
-
read / write
-
applicableConditions
↔ SetBuilder<
LocalizedType< Condition> > -
read / write
-
applicableCountries
↔ SetBuilder<
LocalizedType< Country> > -
read / write
-
applicableInterests
↔ SetBuilder<
LocalizedType< Interest> > -
read / write
- city ↔ String?
-
read / write
- coordinates ↔ LatLngBuilder
-
read / write
-
country
↔ LocalizedTypeBuilder<
Country> -
read / write
- description ↔ String?
-
read / write
- extraInfo ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hero ↔ MediaAssetBuilder
-
read / write
- heroVideo ↔ MediaAssetBuilder
-
read / write
- id ↔ String?
-
read / write
- isLiked ↔ bool?
-
read / write
- locale ↔ String?
-
read / write
- name ↔ String?
-
read / write
- originator ↔ OriginatorBuilder
-
read / write
- province ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- subtitle ↔ String?
-
read / write
- title ↔ String?
-
read / write
- type ↔ ContentElementType?
-
read / write
- zipCode ↔ String?
-
read / write
Methods
-
build(
) → ContentElement -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
ContentElement other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(ContentElementBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited