DetailedCategory class

Annotations
  • @JsonSerializable()

Constructors

DetailedCategory({required String category, required int crates_cnt, required DateTime created_at, required String description, required String id, required List parent_categories, required String slug, required List<DetailedCategory> subcategories})
DetailedCategory.fromJson(Map<String, dynamic> json)
factory

Properties

category String
getter/setter pair
crates_cnt int
getter/setter pair
created_at DateTime
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
parent_categories List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
getter/setter pair
subcategories List<DetailedCategory>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited