Map<String, dynamic> toJson() { return { 'isSigner': isSigner, 'isWritable': isWriteable, 'pubkey': pubKey.toString(), }; }