useForm method Null safety

RequestOptions useForm()

Implementation

RequestOptions useForm() {
  form = true;
  return this;
}