isB0 method

bool isB0()

Implementation

bool isB0() {
  return modelName != null && (modelName?.startsWith("CB") ?? false);
}