MappableField constructor

const MappableField({
  1. String? key,
  2. MappingHook? hook,
})

Implementation

const MappableField({this.key, this.hook});