static Any memo(String plaintext) => Any( typeUrl: memoTypeUrl, value: (Memo()..plaintext = plaintext).writeToBuffer(), );