fromJs static method

FrameworkModel fromJs(
  1. String templ8
)

Implementation

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