ResourceListChangedNotification constructor

ResourceListChangedNotification({
  1. Meta? meta,
})

Implementation

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