Maps property of a wrapped object.
const a = {x: 1};const xValue = opt(a).prop('x').orCrash('missing prop x'); // 1
Maps property of a wrapped object.