structSize property

  1. @override
int get structSize
override

Get struct size in bytes

Returns the size of the struct in bytes.

Implementation

@override
int get structSize => sizeOf<Point>();