DataType constructor

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

Create a DataType.

Implementation

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