updateTaxId method

  1. @action
void updateTaxId(
  1. String value
)

Implementation

@action
void updateTaxId(String value) => taxId = value;