AccountId constructor

AccountId({
  1. required String accountId,
})

Implementation

AccountId({required this.accountId});