TerminalOutputResponse.fromMap constructor

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

Implementation

factory TerminalOutputResponse.fromMap(Map<Object?, Object?> value) =>
    _terminalOutputResponseCodec.decode(value);