bodyType property

String? bodyType

the request body type example => 'json' or 'form'

Implementation

String? get bodyType => _bodyType;
void bodyType=(dynamic bodyType)

Implementation

set bodyType(bodyType) => _bodyType = bodyType;