httpMethod property

String? get httpMethod
override

Implementation

String? get httpMethod => _$this._httpMethod;
set httpMethod (covariant String? httpMethod)
covariantoverride

Implementation

set httpMethod(covariant String? httpMethod) => _$this._httpMethod = httpMethod;