DISPLAY_SERVICE property

JString? get DISPLAY_SERVICE

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

Implementation

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