ResourcesListChangedNotification.fromJson constructor

ResourcesListChangedNotification.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ResourcesListChangedNotification.fromJson(Map<String, dynamic> json) {
  return const ResourcesListChangedNotification();
}