depth property

  1. @JsonKey.new(name: r'depth')
int? depth
final

Depth level in the category hierarchy, starting at 0.

Implementation

@JsonKey(name: r'depth')
final int? depth;