bigPicturePath property

String? bigPicturePath
inherited

Implementation

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