migration property
Deprecated: use ReconnectDetails instead
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(5)
Migration get migration => $_getN(4);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(5)
set migration(Migration v) { setField(5, v); }