PromotionBodyLines class

Block object belonging to a promotion.

Constructors

PromotionBodyLines({String? htmlTitle, String? link, String? title, String? url})
PromotionBodyLines.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
htmlTitle String?
The block object's text in HTML, if it has text.
getter/setter pair
The anchor text of the block object's link, if it has a link.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The block object's text, if it has text.
getter/setter pair
url String?
The URL of the block object's link, if it has one.
getter/setter pair

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