encodedSize property

  1. @override
int get encodedSize
override

Number of bytes this optional type occupies on the wire, including the leading hasValue flag byte.

Implementation

@override
int get encodedSize => 9;