WaitForTerminalExitResponse.fromMap constructor

WaitForTerminalExitResponse.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory WaitForTerminalExitResponse.fromMap(Map<Object?, Object?> value) =>
    _waitForTerminalExitResponseCodec.decode(value);