is Item Name Valid

fun isItemNameValid(itemName: String?): Boolean

Method used to check the validity of the name of a Brownie's item

Return

whether the name is valid as Boolean

Parameters

itemName

The name to check