getLong$2 static method

JLong? getLong$2(
  1. JString? string,
  2. int j
)

from: static public java.lang.Long getLong(java.lang.String string, long j) The returned object must be released after use, by calling the release method.

Implementation

static JLong? getLong$2(
  JString? string,
  core$_.int j,
) {
  final _$$classRef = _class.reference;
  final _$string = string?.reference ?? jni$_.jNullReference;
  return _getLong$2(
          _$$classRef.pointer, _id_getLong$2.pointer, _$string.pointer, j)
      .object<JLong?>();
}