dataFormat property
String
get
dataFormat
Gets or sets the name of the format of the diagram data. The default value is the empty string. The value must not be null. Use different values to prevent parts from one model to be copy/pasted or drag-and-dropped into another diagram/model.
Implementation
_i2.String get dataFormat => _i4.getProperty(
this,
'dataFormat',
);
set
dataFormat
(String value)
Implementation
set dataFormat(_i2.String value) {
_i4.setProperty(
this,
'dataFormat',
value,
);
}