photoOrThumbnail property
Uint8List?
get
photoOrThumbnail
Returns the full-resolution photo if available, the thumbnail otherwise.
Implementation
Uint8List? get photoOrThumbnail => photo ?? thumbnail;
Returns the full-resolution photo if available, the thumbnail otherwise.
Uint8List? get photoOrThumbnail => photo ?? thumbnail;