toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'errorType': errorType.toJson(),
if (frameId != null) 'frameId': frameId!.toJson(),
if (violatingNodeId != null) 'violatingNodeId': violatingNodeId!.toJson(),
};
}