isVisible property

bool isVisible

Returns true if the annotated field should be visible to storage.

Implementation

bool get isVisible => !_hidden;