Convert a JniObject representing a Java string to a Dart string.
static String unwrap(JniObject object) => (object as JniString).text;