Metadata class

Container class for Metadata.

Inheritance
Mixed-in types

Constructors

Metadata.new()

Properties

desc String?
getter/setter pairinherited
hasAllMetadata bool
no setter
hasData bool
Returns true if any parameter other than url is filled.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteName String?
getter/setter pairinherited
timeout DateTime
getter/setter pairinherited
title String?
getter/setter pairinherited
url String?
getter/setter pairinherited

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) Metadata