LinkSchemaDto constructor
LinkSchemaDto(
- String type,
- String? key,
- String value,
- LinkStyleDto? style,
- String url,
Implementation
LinkSchemaDto(String type,String ?key, this.value, this.style, this.url)
: super(type,key);