Constructors never return null.
Suppress false positives by adding the suppression annotation @SuppressWarnings("NullableConstructor") to the enclosing element.
@SuppressWarnings("NullableConstructor")