fromRaw static method
Implementation
static AssembleResource fromRaw(String source) {
final res = _ResImpl();
res.loadResource(source);
return res;
}
static AssembleResource fromRaw(String source) {
final res = _ResImpl();
res.loadResource(source);
return res;
}