DataFormat constructor

const DataFormat(
  1. String namespace,
  2. String name
)

Create a DataFormat.

Implementation

const DataFormat(this.namespace, this.name) : super();