bigPicturePath property

String? get bigPicturePath
inherited

Implementation

String? get bigPicturePath {
  if (_bigPicture?.isEmpty ?? true) return null;
  return LocalBitmapUtils().cleanMediaPath(_bigPicture!);
}