hasRaw property

bool hasRaw

Implementation

bool get hasRaw => _raw != null || _properties.any((p) => p.hasValue);