Result constructor
Result({
- required List<
Checkpoint> checkpoints, - PlatformException? exception,
Implementation
Result({
required this.checkpoints,
this.exception,
});