state property
Output only. The CustomClass lifecycle state. This field is not used.
Implementation
@$pb.TagNumber(11)
PhraseSet_State get state => $_getN(7);
Implementation
@$pb.TagNumber(11)
set state(PhraseSet_State v) {
setField(11, v);
}
Output only. The CustomClass lifecycle state. This field is not used.
@$pb.TagNumber(11)
PhraseSet_State get state => $_getN(7);
@$pb.TagNumber(11)
set state(PhraseSet_State v) {
setField(11, v);
}