toJson method

Map<String, dynamic> toJson()

Converts this StoryItem instance to a JSON format.

Implementation

Map<String, dynamic> toJson() =>
    {"url": url, "viewers": viewers, "type": type.name, "duration": duration};