hasSnapshot property
bool
get
hasSnapshot
Returns true when this builder was constructed with a SchemaSnapshot.
Implementation
bool get hasSnapshot => _snapshot != null;
Returns true when this builder was constructed with a SchemaSnapshot.
bool get hasSnapshot => _snapshot != null;