CollaborationResourcesGetCollectionsByResourceResponseApplicationJson_Ocs.fromJson constructor
CollaborationResourcesGetCollectionsByResourceResponseApplicationJson_Ocs.fromJson()
Creates a new object from the given json
data.
Use toJson to serialize it back into json.
Implementation
// coverage:ignore-start
factory CollaborationResourcesGetCollectionsByResourceResponseApplicationJson_Ocs.fromJson(
Map<String, dynamic> json,
) =>
_$jsonSerializers.deserializeWith(serializer, json)!;