jsonName property Null safety

String jsonName

Implementation

@$pb.TagNumber(10)
$core.String get jsonName => $_getSZ(9);
void jsonName=(String v)

Implementation

@$pb.TagNumber(10)
set jsonName($core.String v) { $_setString(9, v); }