Links constructor
Links({
- List<
Self> ? self, - List<
Collection> ? collection, - List<
Collection> ? up,
Implementation
Links({this.self, this.collection, this.up});