Content.imageUrl constructor

Content.imageUrl(
  1. String imageUrl
)

Implementation

factory Content.imageUrl(String imageUrl) => ImageContent(imageUrl: imageUrl);