pathSeparator property

JString? get pathSeparator

from: static public final java.lang.String pathSeparator The returned object must be released after use, by calling the release method.

Implementation

static jni$_.JString? get pathSeparator =>
    _id_pathSeparator.getNullable(_class, jni$_.JString.type)
        as jni$_.JString?;