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