PyOutput.fromJson constructor

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

Implementation

PyOutput.fromJson(Map<String, dynamic> json)
    : stdout = json['stdout'],
      stderr = json['stderr'];