defaultData property

Map get defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "youtubeVideoComments",
    "count": 2,
    "comments": [
      {
        "@type": "youtubeVideoComment",
        "author": "@pappurock1256",
        "channel_id": "UCqPf8T96Ry-mTI_1q2gJz-g",
        "date": "2 days ago",
        "is_hearted": false,
        "like_count": 1,
        "reply_count": 0,
        "text": "Ii 7 in"
      },
      {
        "@type": "youtubeVideoComment",
        "author": "@pappurock1256",
        "channel_id": "UCqPf8T96Ry-mTI_1q2gJz-g",
        "date": "2 days ago",
        "is_hearted": false,
        "like_count": 1,
        "reply_count": 0,
        "text": "Ii 7 in"
      }
    ]
  };
}