ConnectAccountReference constructor
const
ConnectAccountReference({
- AccountOrId? account,
- required AutomaticTaxLiabilityType type,
ConnectAccountReference
Implementation
const ConnectAccountReference({
this.account,
required this.type,
});