Attribution constructor - Attribution - routing library - Dart API
Attribution
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;