FollowCommunity constructor
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory FollowCommunity({
required int communityId,
required bool follow,
required String auth,
}) = _FollowCommunity;