size property

int? get size

The size of the resource in bytes.

Implementation

int? get size => _value[Keys.size] as int?;