Update
This commit is contained in:
parent
01503df790
commit
a4bc53ef1e
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ final String htmlString = '''
|
|||
print(document.selectFirst("td").text); // 1
|
||||
|
||||
```
|
||||
See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods.
|
||||
See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see available methods.
|
||||
|
||||
|
||||
### String utils
|
||||
|
|
|
|||
Loading…
Reference in a new issue