ContactActionableSchema constructor

ContactActionableSchema({
  1. required SchemaType schemaType,
  2. String value = '',
  3. String description = '',
  4. IconData? iconData,
})

Implementation

ContactActionableSchema({
  required this.schemaType,
  this.value = '',
  this.description = '',
  this.iconData,
});