toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "reacts": reacts == null ? null : List<dynamic>.from(reacts!.map((UCommentReacts x) => x.toMap())),
  "detail1": detail1,
  "detail2": detail2,
};