MetaDateRef constructor

const MetaDateRef(
  1. MSchemaRef factRef,
  2. JsonPath path, {
  3. String? selection,
  4. String? subtitle,
  5. String? title,
  6. String? iconName,
})

Implementation

const MetaDateRef(this.factRef, this.path, {this.selection, this.subtitle, this.title, this.iconName});