childCount property

  1. @JsonKey.new(name: "childCount")
int? childCount
getter/setter pair

Implementation

@JsonKey(name: "childCount")
int? childCount;