Category class

Available Extensions
Annotations
  • @immutable

Constructors

Category({required int id, required int count, required String description, required String link, required String slug, required String taxonomy, required int parent, required Map<String, dynamic> self, String? name, dynamic meta, Links? links})
const
Category.fromJson(dynamic json)
factory

Properties

count int
final
description String
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
final
final
meta → dynamic
final
name String?
final
parent int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self Map<String, dynamic>
Represents the entire JSON body as a Map.
final
slug String
final
taxonomy String
final

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.
override

Operators

operator ==(covariant Category other) bool
The equality operator.
override