toJson method
Implementation
Map<String, bool> toJson() {
return {
'showInput':showInput,
'showEffects':showEffects,
'showEvents':showEvents,
'showObjectChanges':showObjectChanges,
'showBalanceChanges':showBalanceChanges,
};
}