ContactActionableSchema constructor
ContactActionableSchema({
- required SchemaType schemaType,
- String value = '',
- String description = '',
- IconData? iconData,
Implementation
ContactActionableSchema({
required this.schemaType,
this.value = '',
this.description = '',
this.iconData,
});