menu
ground_control_client package
documentation
ground_control_client_test_tools.dart
BillingInfoBuilder
withCompanyName method
withCompanyName method
dark_mode
light_mode
withCompanyName
method
BillingInfoBuilder
withCompanyName
(
String
?
companyName
)
Implementation
BillingInfoBuilder withCompanyName(String? companyName) { _companyName = companyName; return this; }
ground_control_client package
documentation
ground_control_client_test_tools
BillingInfoBuilder
withCompanyName method
BillingInfoBuilder class