fromJs static method
Implementation
static FrameworkModel fromJs(String templ8)
{
FrameworkModel model = FrameworkModel(System.app!, 'js2fml');
model._loadjs2fml(templ8);
return model;
}
static FrameworkModel fromJs(String templ8)
{
FrameworkModel model = FrameworkModel(System.app!, 'js2fml');
model._loadjs2fml(templ8);
return model;
}