RegistrationUs constructor

united_states

Options for the registration in US.

Implementation

const RegistrationUs({
  this.localAmusementTax,
  this.localLeaseTax,
  required this.state,
  required this.type,
});