PromptListChangedNotification constructor

PromptListChangedNotification({
  1. Meta? meta,
})

Implementation

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