File.new$1 constructor
File.new$1(
- JString? string
from: public void <init>(java.lang.String string)
The returned object must be released after use, by calling the release method.
Implementation
factory File.new$1(
jni$_.JString? string,
) {
final _$string = string?.reference ?? jni$_.jNullReference;
return _new$1(
_class.reference.pointer,
_id_new$1.pointer,
_$string.pointer,
).object<File>();
}