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