MetaDataEntry class

A meta data element

Constructors

MetaDataEntry({required String name, String mailboxName = '', Uint8List? value})
Creates a new meta data entry

Properties

hashCode int
The hash code for this object.
no setterinherited
mailboxName String
name of the associated mailbox
final
name String
name of this entry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Uint8List?
Optional binary value
final
valueText String?
Optional textual value
no setter

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