toJson method
Implementation
Map<String, Object?> toJson() => {
'instructionCount': instructionCount,
if (instructionOffset != null) 'instructionOffset': instructionOffset,
'memoryReference': memoryReference,
if (offset != null) 'offset': offset,
if (resolveSymbols != null) 'resolveSymbols': resolveSymbols,
};