getByName

@Nullable
open fun getByName(name: String): @Nullable T

Returns the child with the specified name. First return case sensitive, if no case sensitive found return case insensitive

Return

the unit

Parameters

name

the name of the child to return