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