hasSnapshot property

bool get hasSnapshot

Returns true when this builder was constructed with a SchemaSnapshot.

Implementation

bool get hasSnapshot => _snapshot != null;