ContentAreaDto class
Constructors
- ContentAreaDto({required String id, required String vendorCustomerId, required ContentAreaStyleDto style, String? title, String? description, String? resourceUri, String? generatedResourceUri, String? onClickUri, String? backgroundColor, required ContentAreaPositionDto position})
-
ContentAreaDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backgroundColor ↔ String?
-
Background color of the content-area as 8 digit rgb hex e.g. #2596be00
read / write
- description ↔ String?
-
Description of the content area template
read / write
- generatedResourceUri ↔ String?
-
URI of the Resource
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String
-
Unique identifier for the content area.
read / write
- onClickUri ↔ String?
-
URI opened onclick
read / write
- position ↔ ContentAreaPositionDto
-
read / write
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
read-onlyoverride
- resourceUri ↔ String?
-
URI of the Resource
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.read-onlyinherited - style ↔ ContentAreaStyleDto
-
read / write
- title ↔ String?
-
Title of the content area template
read / write
- vendorCustomerId ↔ String
-
Id of the VendorCustomer that owns the template
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited