Get struct size in bytes
Returns the size of the struct in bytes.
@override int get structSize => sizeOf<Point>();