PromptListChangedNotification constructor
PromptListChangedNotification({
- Meta? meta,
Implementation
factory PromptListChangedNotification({Meta? meta}) =>
PromptListChangedNotification.fromMap({
if (meta != null) Keys.meta: meta,
});