PromptListChangedNotification constructor

PromptListChangedNotification({
  1. Meta? meta,
})

Implementation

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