# FakeVmoHolder constructor | |
*[<Null safety>](https://dart.dev/null-safety)* | |
FakeVmoHolder(int size) | |
<p>Creates a new <a href="../../package-fuchsia_inspect_testing/FakeVmoHolder-class.md">FakeVmoHolder</a> of the given size.</p> | |
## Implementation | |
```dart | |
FakeVmoHolder(this.size) : bytes = Uint8List(size).buffer.asByteData(); | |
``` | |