isMultipart property

bool isMultipart

Implementation

bool get isMultipart => contentType?.contains('multipart') == true;