ContentElement class Null safety

Implemented types

Constructors

ContentElement([void updates(ContentElementBuilder)?])
factory

Properties

address String?
read-only
applicableConditions BuiltSet<LocalizedType<Condition>>
read-only
applicableCountries BuiltSet<LocalizedType<Country>>
read-only
applicableInterests BuiltSet<LocalizedType<Interest>>
read-only
city String?
read-only
coordinates LatLng?
read-only
country LocalizedType<Country>?
read-only
description String
read-only
extraInfo String?
read-only
hashCode int
The hash code for this object.
read-onlyinherited
hero MediaAsset?
read-only
heroVideo MediaAsset?
read-only
id String
read-only
isLiked bool
read-only
locale String
read-only
name String?
read-only
originator Originator?
read-only
province String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
subtitle String?
read-only
title String
read-only
type ContentElementType
read-only
zipCode String?
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(dynamic updates(ContentElementBuilder)) ContentElement
Rebuilds the instance.
inherited
toBuilder() ContentElementBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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