contentType property Null safety

String contentType

Implementation

@$pb.TagNumber(1)
$core.String get contentType => $_getSZ(0);
void contentType=(String v)

Implementation

@$pb.TagNumber(1)
set contentType($core.String v) { $_setString(0, v); }