isFormData property

bool get isFormData

Returns true if the mime type of HTTP request is form-data.

Implementation

bool get isFormData => mimeType.isFormData;