photoOrThumbnail property

Uint8List? photoOrThumbnail

Returns the full-resolution photo if available, the thumbnail otherwise.

Implementation

Uint8List? get photoOrThumbnail => photo ?? thumbnail;