RecoveryPoint constructor
RecoveryPoint({
- Iterable<
RecoveryPointClockTag> ? clocks,
Implementation
factory RecoveryPoint({
$core.Iterable<RecoveryPointClockTag>? clocks,
}) {
final $result = create();
if (clocks != null) {
$result.clocks.addAll(clocks);
}
return $result;
}