PendingOutOfBandOperationsOperationNotSupportedByBackend.fromJson constructor

PendingOutOfBandOperationsOperationNotSupportedByBackend.fromJson(
  1. Map<String, dynamic> json
)

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,
  );
}