likedBy property

List<String>? likedBy
final

The list of users who liked the post. If null it isn't loaded yet.

Implementation

final List<String>? likedBy;