hasChild property

  1. @JsonKey.new(name: "hasChild")
bool? hasChild
getter/setter pair

Implementation

@JsonKey(name: "hasChild")
bool? hasChild;