toJson method

Map<String, bool> toJson()

Implementation

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