platform property
The platform the RDK is running on. For example linux/amd64
Implementation
@$pb.TagNumber(6)
$core.String get platform => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set platform($core.String v) { $_setString(5, v); }
The platform the RDK is running on. For example linux/amd64
@$pb.TagNumber(6)
$core.String get platform => $_getSZ(5);
@$pb.TagNumber(6)
set platform($core.String v) { $_setString(5, v); }