Get the size of the datatype in bytes
Returns the size of a single data element of this type. For variable-length types, returns -1 (0xFFFFFFFF in HDF5).
@override int getSize() => 1;