LinkSchemaDto constructor

LinkSchemaDto(
  1. String type,
  2. String? key,
  3. String value,
  4. LinkStyleDto? style,
  5. String url,
)

Implementation

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