getBoolValue method
Implementation
bool? getBoolValue() {
if (type == BatchUserAttributeType.boolean) {
return value;
}
return null;
}
bool? getBoolValue() {
if (type == BatchUserAttributeType.boolean) {
return value;
}
return null;
}