sourceUri property

String? get sourceUri

Implementation

String? get sourceUri {
  if (_custom != null) return _custom;
  if (sound == null) return null;
  return 'ms-winsoundevent:Notification.${sound!.name}';
}