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