dump method
Dump the application data.
Implementation
@MPI(name: "_{mesh.name}.builtin.dump")
Future<Map<String, String>?> dump(List<String> names, {Context? ctx}) {
throw UnimplementedError('dump() has not been implemented.');
}
Dump the application data.
@MPI(name: "_{mesh.name}.builtin.dump")
Future<Map<String, String>?> dump(List<String> names, {Context? ctx}) {
throw UnimplementedError('dump() has not been implemented.');
}