contentType property

String contentType

Implementation

String get contentType => attributes[kContentType] ?? '';
void contentType=(String x)

Implementation

set contentType(String x) => attributes[kContentType] = x;