size property

  1. @extra
int? size
final

How much memory in bytes the type this pointer points to occupies, or null for @unsized types.

Implementation

@extra
final int? size;