TypeAdapterField constructor

TypeAdapterField(
  1. String name,
  2. String jsonName,
  3. FieldType type,
  4. FieldType adapterType,
  5. FieldType jsonContentType,
)

Implementation

TypeAdapterField(
  String name,
  String jsonName,
  FieldType type,
  this.adapterType,
  this.jsonContentType,
) : super(name, jsonName, type);