ScalarMap constructor

ScalarMap({
  1. String? graphQLType,
  2. DartType? dartType,
  3. String? customParserImport,
})

Instatiates a scalar mapping.

Implementation

ScalarMap({
  this.graphQLType,
  this.dartType,
  this.customParserImport,
});