menu
ground_control_client package
documentation
ground_control_client_test_tools.dart
DeployAttemptBuilder
withEndedAt method
withEndedAt method
dark_mode
light_mode
withEndedAt
method
DeployAttemptBuilder
withEndedAt
(
DateTime
?
endedAt
)
Implementation
DeployAttemptBuilder withEndedAt(final DateTime? endedAt) { _endedAt = endedAt; return this; }
ground_control_client package
documentation
ground_control_client_test_tools
DeployAttemptBuilder
withEndedAt method
DeployAttemptBuilder class