DisplayFieldMap constructor

DisplayFieldMap({
  1. JSONPath? title,
  2. JSONPath? description,
  3. JSONPath? imageUrl,
})

Implementation

DisplayFieldMap({this.title, this.description, this.imageUrl});