childType property Null safety

String childType

Implementation

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

Implementation

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