Taxonomy class

Constructors

Taxonomy({Map<String, dynamic>? capabilities, String? description, bool? hierarchical, Map<String, dynamic>? labels, String? name, String? slug, bool? showCloud, List? types, String? restBase, Map<String, dynamic>? visibility})
Taxonomy.fromJson(String source)
factory
Taxonomy.fromMap(Map<String, dynamic> map)
factory

Properties

capabilities Map<String, dynamic>?
All capabilities used by the taxonomy.
final
description String?
A human-readable description of the taxonomy.
final
hashCode int
The hash code for this object.
no setteroverride
hierarchical bool?
Whether or not the taxonomy should have children.
final
labels Map<String, dynamic>?
Human-readable labels for the taxonomy for various contexts.
final
name String?
The title for the taxonomy.
final
restBase String?
REST base route for the taxonomy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloud bool?
Whether or not the term cloud should be displayed.
final
slug String?
An alphanumeric identifier for the taxonomy.
final
types List?
Types associated with the taxonomy.
final
visibility Map<String, dynamic>?
The visibility settings for the taxonomy.
final

Methods

copyWith({Map<String, dynamic>? capabilities, String? description, bool? hierarchical, Map<String, dynamic>? labels, String? name, String? slug, bool? showCloud, List? types, String? restBase, Map<String, dynamic>? visibility}) Taxonomy
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override