getBoolean abstract method
- String name
Gets the value of a boolean attribute or null if it is not contained or the type doesn't match.
nameAttribute name.
Returns bool?. Attribute value.
Implementation
bool? getBoolean(String name);
Gets the value of a boolean attribute or null if it is not contained or the type doesn't match.
name Attribute name.Returns bool?. Attribute value.
bool? getBoolean(String name);