factory InAppFieldValue.arrayUnion(List<Object?> elements) { return InAppFieldValue( List.unmodifiable(elements), InAppFieldValues.arrayUnion, ); }