blockSize property
String
get
blockSize
Implementation
_i2.String get blockSize => _i4.getProperty(
this,
'blockSize',
);
set
blockSize
(String value)
Implementation
set blockSize(_i2.String value) {
_i4.setProperty(
this,
'blockSize',
value,
);
}