blob: 5c2a8f1694217245dca168264d916793e15fdd9e [file] [log] [blame] [view]
# size property
*[<Null safety>](https://dart.dev/null-safety)*
int size
_<span class="feature final">final</span>_
<p>Size of the "VMO".</p>
## Implementation
```dart
@override
final int size;
```