size property

int? size

The size of this object, in bytes.

Implementation

int? get size {
  return _metadata['size'];
}