toJson method

Map<String, bool> toJson()

Implementation

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