boolValue property
bool
get
boolValue
转换为一个默认为为false 不为空的bool类型
Implementation
bool get boolValue {
return getBool ?? false;
}
转换为一个默认为为false 不为空的bool类型
bool get boolValue {
return getBool ?? false;
}