textFieldKeyOld property
Not really the way to do it properly, will fix this when we do state management.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
$core.String get textFieldKeyOld => $_getSZ(3);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
set textFieldKeyOld($core.String value) => $_setString(3, value);