children property

  1. @JsonKey(name: 'children')
List<User>? children
final

Implementation

@JsonKey(name: 'children')
final List<User>? children;