largeIconPath property

String? get largeIconPath
inherited

Implementation

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