MapField constructor

const MapField({
  1. String? name,
  2. bool? isKey,
  3. String? nullFallback,
})

Implementation

const MapField({
  this.name,
  this.isKey,
  this.nullFallback,
});