MetaDataEntry constructor

MetaDataEntry({
  1. required String name,
  2. String mailboxName = '',
  3. Uint8List? value,
})

Creates a new meta data entry

Implementation

MetaDataEntry({required this.name, this.mailboxName = '', this.value});