toJson method

Map<String, bool> toJson()

Implementation

Map<String, bool> toJson() {
  return {
    'showType': showType,
    'showContent': showContent,
    'showBcs': showBcs,
    'showOwner': showOwner,
    'showPreviousTransaction': showPreviousTransaction,
    'showStorageRebate': showStorageRebate,
    'showDisplay': showDisplay,
  };
}