shouldSync property

bool shouldSync

whether to validate if the brick.yaml file is synced

Implementation

bool get shouldSync => _get<bool>('sync') ?? true;