Tag class

Constructors

Tag({int? id, int? count, String? description, String? link, String? name, String? slug, String? taxonomy, dynamic meta})
Tag.fromJson(String source)
factory
Tag.fromMap(Map<String, dynamic> map)
factory

Properties

count int?
Number of published posts for the term.
final
description String?
HTML description of the term.
final
hashCode int
The hash code for this object.
no setteroverride
id int?
Unique identifier for the term.
final
URL of the term.
final
meta → dynamic
Meta fields.
final
name String?
HTML title for the term.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
An alphanumeric identifier for the term unique to its type.
final
taxonomy String?
Type attribution for the term.
final

Methods

copyWith({int? id, int? count, String? description, String? link, String? name, String? slug, String? taxonomy, dynamic meta}) Tag
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