BarcodeEmail class

Stores an email message obtained from a barcode.

Inheritance

Constructors

BarcodeEmail({BarcodeEmailType? type, String? address, String? body, String? subject})
Constructor to create an instance of BarcodeEmail.
BarcodeEmail.fromJson(Map json)
Returns an instance of BarcodeEmail from a given json.
factory

Properties

address String?
Email address of sender.
final
body String?
Body of the email.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Subject of email.
final
type BarcodeEmailType?
Type of the email sent.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited