AccountRefDoc.fromString constructor
AccountRefDoc.fromString(
- String accountId
Implementation
factory AccountRefDoc.fromString(String accountId) {
final accountRef = accountId.parse();
return AccountRefDoc(accountRef);
}