PreviewEmailClient class

Constructors

PreviewEmailClient.new({String id = '', String name = '', String platformGroup = '', String platformType = '', String platformVersion = '', bool canDisableImages = false, String status = ''})
const
PreviewEmailClient.fromJson(Map<String, dynamic> json)
factory

Properties

canDisableImages bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
platformGroup String
final
platformType String
final
platformVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
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