Elements constructor

Elements({
  1. Map<String, Element> links = const {},
})

Implementation

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