MultisigStorage constructor
const
MultisigStorage({})
Implementation
const MultisigStorage({
required this.timePoint,
required this.deposit,
required this.depositor,
required this.approvals,
});
const MultisigStorage({
required this.timePoint,
required this.deposit,
required this.depositor,
required this.approvals,
});