isCA property
bool
get
isCA
Implementation
bool get isCA {
var data = valueAsBlock?.subAtIndex(0)?.subAtIndex(0)?.value;
return data is bool ? data : false;
}
bool get isCA {
var data = valueAsBlock?.subAtIndex(0)?.subAtIndex(0)?.value;
return data is bool ? data : false;
}