FieldMeta constructor

const FieldMeta({
  1. String? defaultValue,
  2. String? jsonKey,
})

Implementation

const FieldMeta({this.defaultValue, this.jsonKey});