Self constructor

const Self({
  1. required String href,
  2. required List<String> methods,
})

Implementation

const Self({required this.href, required this.methods});