fix: string
This commit is contained in:
parent
3f99bb5511
commit
fa68ef5f59
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ void buildXml(XmlBuilder builder, dynamic node) {
|
|||
},
|
||||
);
|
||||
} else {
|
||||
builder.text(node is String ? node : node.toString());
|
||||
builder.text(node.toString());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue