toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'oId': oId,
      'commentArticleTitle': title,
      'commentAuthorName': author,
      'commentAuthorThumbnailURL': thumbnailURL,
      'commentArticleType': type,
      'commentArticlePerfect': perfect,
      'commentContent': content,
      'commentSharpURL': sharpURL,
      'hasRead': hasRead,
      'commentCreateTime': createTime,
    };