Links constructor

Links({
  1. Map<String, Link> links = const {},
})

Implementation

Links({
  this.links = const {},
});