Content class

Constructors

Content.new({bool embed = false, bool iframe = false, bool object = false, bool script = false, bool shortUrls = false, int textSize = 0, int totalSize = 0, bool missingAlt = false, bool missingListUnsubscribe = false})
const
Content.fromJson(Map<String, dynamic> json)
factory

Properties

embed bool
final
hashCode int
The hash code for this object.
no setterinherited
iframe bool
final
missingAlt bool
final
missingListUnsubscribe bool
final
object bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script bool
final
shortUrls bool
final
textSize int
final
totalSize int
final

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