OperationOutcome<T>.fromJson constructor

OperationOutcome<T>.fromJson(
  1. JsonObject json
)

Creates an OperationOutcome instance from the provided JSON object.

Implementation

OperationOutcome.fromJson(JsonObject json) : super._internal(json);