PendingOutOfBandOperationsNoDeviceLockError.fromJson constructor

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

Alternate constructor that creates a PendingOutOfBandOperationsNoDeviceLockError from a json.

Params:

  • json: contains the source for instance creation.

Implementation

factory PendingOutOfBandOperationsNoDeviceLockError.fromJson(
  Map<String, dynamic> json,
) {
  return PendingOutOfBandOperationsNoDeviceLockErrorImpl.fromJson(json);
}