RemoveProfilePermissionResponse.fromJson constructor
Implementation
factory RemoveProfilePermissionResponse.fromJson(Map<String, dynamic> json) {
return RemoveProfilePermissionResponse(
revisionId: json['revisionId'] as String?,
);
}
factory RemoveProfilePermissionResponse.fromJson(Map<String, dynamic> json) {
return RemoveProfilePermissionResponse(
revisionId: json['revisionId'] as String?,
);
}