children property

  1. @JsonKey(name: 'childs')
List<CategoryResponse>? children
inherited

Implementation

@JsonKey(name: 'childs')
List<CategoryResponse>? get children => throw _privateConstructorUsedError;