WordpressDiscovery class final

Available Extensions
Annotations
  • @immutable

Constructors

WordpressDiscovery({required String siteIconUrl, required int siteIcon, required String name, required String description, required String url, required String home, required double gmtOffset, required String timezoneString, required List<String> namespaces, required Map<String, dynamic> authentication, required Map<String, dynamic> routes, required Map<String, dynamic> self, Links? links})
const
WordpressDiscovery.fromJson(Map<String, dynamic> map)
factory

Properties

authentication Map<String, dynamic>
final
description String
final
gmtOffset double
final
hashCode int
The hash code for this object.
no setterinherited
home String
final
final
name String
final
namespaces List<String>
final
routes Map<String, dynamic>
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
siteIcon int
final
siteIconUrl String
final
final
timezoneString String
final
url 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.
inherited

Operators

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