Constructor Key Names

has '_foo' => (
    init_arg => 'foo',
    reader   => 'get_foo',
);

Class->new( foo => 42 )->get_foo; # 42