val required: Boolean
Whether the matrix variable is required.
Default is true, leading to an exception being thrown in case the variable is missing in the request. Switch this to false if you prefer a null if the variable is missing.
Alternatively, provide a #defaultValue, which implicitly sets this flag to false.