postLikes property

  1. @JsonKey.new(name: 'post_likes')
List<PersonView> get postLikes
inherited

Implementation

@JsonKey(name: 'post_likes')
List<PersonView> get postLikes => throw _privateConstructorUsedError;