bool isConfig

Is this a config?

Source

bool get isConfig {
  return name.startsWith(r'$');
}