DirectoryPhoto property

Uint8List? DirectoryPhoto
Gets the Photo from the directory

Implementation

Uint8List? get DirectoryPhoto =>
    this.PropertyBag[ContactSchema.Photo] as Uint8List?;