Metadata class

Container class for Metadata

Mixed in types

Constructors

Metadata()

Properties

description String?
getter/setter pairinherited
hasAllMetadata bool
no setter
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
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, String?>
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