hasSyncBodyBuilder property
Whether a sync body builder (foreground or headless) is available.
Implementation
static bool get hasSyncBodyBuilder =>
_syncBodyBuilder != null || _hasHeadlessBuilder;
Whether a sync body builder (foreground or headless) is available.
static bool get hasSyncBodyBuilder =>
_syncBodyBuilder != null || _hasHeadlessBuilder;