FDXHateoasLink constructor

FDXHateoasLink({
  1. required String href,
  2. FDXHateoasLinkAction? action,
  3. String? rel,
  4. List<FDXContentTypes>? types,
})

Implementation

FDXHateoasLink({
  required this.href,
  this.action,
  this.rel,
  this.types,
});