isConfig property

bool get isConfig

Is this a config?

Implementation

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