FDXHateoasLink constructor
FDXHateoasLink({
- required String href,
- FDXHateoasLinkAction? action,
- String? rel,
- List<
FDXContentTypes> ? types,
Implementation
FDXHateoasLink({
required this.href,
this.action,
this.rel,
this.types,
});