hasConfig property

  1. @MappableField()
bool hasConfig

Indicates whether the project has an FVM config file.

Implementation

@MappableField()
bool get hasConfig => config != null;