PendingOutOfBandOperationsOperationNotSupportedByBackend.fromJson constructor
Alternate constructor that creates a PendingOutOfBandOperationsOperationNotSupportedByBackend from a json.
Params:
- json: contains the source for instance creation.
 
Implementation
factory PendingOutOfBandOperationsOperationNotSupportedByBackend.fromJson(
  Map<String, dynamic> json,
) {
  return PendingOutOfBandOperationsOperationNotSupportedByBackendImpl
      .fromJson(
    json,
  );
}