isLivePhoto property

bool isLivePhoto

Whether the asset is a live photo. Only valid on iOS/macOS.

Implementation

bool get isLivePhoto => subtype & _livePhotosType == _livePhotosType;