DisconnectArguments.fromMap constructor
Implementation
DisconnectArguments.fromMap(Map<String, Object?> obj)
: restart = obj['restart'] as bool?,
suspendDebuggee = obj['suspendDebuggee'] as bool?,
terminateDebuggee = obj['terminateDebuggee'] as bool?;