isLivePhoto property
bool
get
isLivePhoto
Whether the asset is a live photo. Only valid on iOS/macOS.
Implementation
bool get isLivePhoto => subtype & _livePhotosType == _livePhotosType;
Whether the asset is a live photo. Only valid on iOS/macOS.
bool get isLivePhoto => subtype & _livePhotosType == _livePhotosType;