dataFormat property

String 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',
    );
void dataFormat=(String value)

Implementation

set dataFormat(_i2.String value) {
  _i4.setProperty(
    this,
    'dataFormat',
    value,
  );
}