completionTime property
completion_time is the unix time for unbonding completion.
Implementation
@$pb.TagNumber(2)
$50.Timestamp get completionTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set completionTime($50.Timestamp v) { setField(2, v); }