OperationOutcome<T>.fromJson constructor
OperationOutcome<T>.fromJson (
- JsonObject json
Creates an OperationOutcome instance from the provided JSON object.
Implementation
OperationOutcome.fromJson(JsonObject json) : super._internal(json);