Skip to content
Snippets Groups Projects
Commit fed21bc7 authored by Adrian Cybulski's avatar Adrian Cybulski
Browse files

deprecated build();

parent 41ab59b3
Branches
Tags
No related merge requests found
......@@ -121,7 +121,7 @@ Future<String> getModel(String url) async {
}
}
buffer.writeln(' });');
buffer.writeln(' return builder.build();');
buffer.writeln(' return builder.buildDocument();');
buffer.writeln(' }');
buffer.writeln('');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment