isCA property

bool isCA

Implementation

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