ResourceListChangedNotification constructor

ResourceListChangedNotification({
  1. Meta? meta,
})

Implementation

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