menu
ground_control_client package
documentation
ground_control_client_test_tools.dart
DeployAttemptBuilder
withBranch method
withBranch method
dark_mode
light_mode
withBranch
method
DeployAttemptBuilder
withBranch
(
String
?
branch
)
Implementation
DeployAttemptBuilder withBranch(final String? branch) { _branch = branch; return this; }
ground_control_client package
documentation
ground_control_client_test_tools
DeployAttemptBuilder
withBranch method
DeployAttemptBuilder class