nullable Long List
fun JsonModel?.nullableLongList(key: String? = null, default: JsonArrayDefaultSelector<Long?>): JsonDelegateProperty<List<Long?>>
Content copied to clipboard
fun JsonModel?.nullableLongList(key: String? = null, default: List<Long?>): JsonDelegateProperty<List<Long?>>
Content copied to clipboard
fun JsonModel?.nullableLongList(key: String): JsonDelegateProperty<List<Long?>>
Content copied to clipboard