by Nullable Long
fun JsonObject?.byNullableLong(key: String? = null, default: JsonObjectDefaultSelector<Long?>): JsonDelegateProperty<Long?>
Content copied to clipboard
fun JsonObject?.byNullableLong(key: String? = null, default: Long?): JsonDelegateProperty<Long?>
Content copied to clipboard