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