Creates a Folder instance from JSON data.
factory Folder.fromJson(Map<String, dynamic> json) => _$FolderFromJson(json);