Attribution constructor
- String id,
- String text,
- AttributionType type
Implementation
Attribution(String id, String text, AttributionType type)
: _id = id, href = null, text = text, hrefText = null, type = type;
Attribution(String id, String text, AttributionType type)
: _id = id, href = null, text = text, hrefText = null, type = type;