For Unison's record types, it is mentioned:
Creating a value for a Volunteer doesn't involve any additional overhead. There's no requirement for mentioning the field names.
But is it possible to specify the record's fields when creating a new record? I like to do this to improve readability (at the cost of increasing verbosity).