Email class

Constructors

Email({String? id, String? createdAt, String? sMTPHost, String? sMTPPort, String? sMTPSecure, String? sMTPTLS, String? sMTPEmail, String? sMTPPassword, bool? newCampaign, bool? newOrder, bool? changeOrderStatus})
Email.fromJson(Map<String, dynamic> json)

Properties

changeOrderStatus bool?
getter/setter pair
createdAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
newCampaign bool?
getter/setter pair
newOrder bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sMTPEmail String?
getter/setter pair
sMTPHost String?
getter/setter pair
sMTPPassword String?
getter/setter pair
sMTPPort String?
getter/setter pair
sMTPSecure String?
getter/setter pair
sMTPTLS String?
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