DataType constructor

const DataType(
  1. String name,
  2. String scopeNameRead,
  3. String scopeNameWrite,
  4. List<Field> fields, {
  5. bool isPolymerizedFlag = false,
  6. bool isSelfDefined = false,
  7. String packageName = '',
})

Implementation

const DataType(
  this.name,
  this.scopeNameRead,
  this.scopeNameWrite,
  this.fields, {
  this.isPolymerizedFlag = false,
  this.isSelfDefined = false,
  this.packageName = '',
});