userId property

  1. @JsonKey(name: 'userId')
String userId
final

The id of the user who posted the comment

Implementation

@JsonKey(name: 'userId')

/// The id of the user who posted the comment
final String userId;