Reference constructor

Reference({
  1. required String href,
  2. required String title,
  3. required String type,
})

Implementation

Reference({
  required this.href,
  required this.title,
  required this.type,
});