Help for this page
has 'age' => ( is => 'ro', ... predicate => 'has_age' ); if ($self->has_age) { ... }
has 'age' => ( is => 'ro', isa => 'Str', default => '', );