factory ModerationDecision.init({ String did = '', bool me = false, }) => ModerationDecision._( did: did, me: me, causes: [], );