toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'addPreviousOutputInEnv': ?addPreviousOutputInEnv,
    'archive': ?archive,
    'archivePaths': ?archivePaths,
    'assetPaths': ?assetPaths,
    'assets': ?assets,
    'command': command,
    'dir': ?dir,
    'environment': ?environment,
    'interpreter': ?interpreter,
    'logging': ?logging?.wireValue,
    'stderr': stderr,
    'stdin': ?stdin,
    'stdout': stdout,
  };
}