OEmbed constructor

OEmbed(
  1. String providerName,
  2. String providerUrl,
  3. List<OEmbedEndpoint> endpoints
)

Creates a new instance of OEmbed.

Implementation

OEmbed(this.providerName, this.providerUrl, this.endpoints);