contentDid property Null safety

String contentDid

Implementation

@$pb.TagNumber(3)
$core.String get contentDid => $_getSZ(2);
void contentDid=(String v)

Implementation

@$pb.TagNumber(3)
set contentDid($core.String v) { $_setString(2, v); }