size property

int? get size

Size of the document in bytes.

Implementation

int? get size => payload['size'];