MapField constructor

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

Implementation

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