Linkeable.web constructor

  1. @FreezedUnionValue('Web')
const Linkeable.web({
  1. required String url,
})

Web model

Handle a simple link reference

Implementation

@FreezedUnionValue('Web')
const factory Linkeable.web({
  // @JsonKey(name: 'link_type') required String linkType,
  required String url,
}) = WebLinkeable;