gender property

Parser get gender

Implementation

Parser get gender =>
    preface & selectLiteral & comma & genderClause.plus() & closeCurly;