shouldSync property
bool
get
shouldSync
whether to validate if the brick.yaml file is synced
Implementation
bool get shouldSync => _get<bool>('sync') ?? true;
whether to validate if the brick.yaml file is synced
bool get shouldSync => _get<bool>('sync') ?? true;