RequestOptions constructor Null safety
Implementation
RequestOptions({
this.version = 1,
this.query,
this.data,
this.timeout = const Duration(seconds: 20),
this.clientId = 'dart-1',
this.method = 'GET',
this.form = false,
this.formFields,
});