largeIconPath property

String? largeIconPath
inherited

Implementation

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