isVisible property

bool isVisible

Returns true if the annotated field should be visible from JSON.

Implementation

bool get isVisible => !_hidden;