forAccountId method Null safety
- String accountId
Implementation
static Address forAccountId(String accountId) {
return Address(TYPE_ACCOUNT, accountId: accountId);
}
static Address forAccountId(String accountId) {
return Address(TYPE_ACCOUNT, accountId: accountId);
}