imageFamily property
Use this VM image family to find the image; the newest image in this family will be used.
Implementation
@$pb.TagNumber(3)
$core.String get imageFamily => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set imageFamily($core.String v) {
$_setString(2, v);
}