toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
      if (isLocalProcess != null) 'isLocalProcess': isLocalProcess,
      'name': name,
      if (pointerSize != null) 'pointerSize': pointerSize,
      if (startMethod != null) 'startMethod': startMethod,
      if (systemProcessId != null) 'systemProcessId': systemProcessId,
    };