MetaInfoAssigner class abstract final

Manage all values of MetaInfo during data apply state.

It is only available in MetaPropertyParser.resolveMetaTags which appeared as a parameter.

Properties

audios List<AudioInfo>
Provided AudioInfo for this MetaInfo.
final
description String?
Description of MetaInfo
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
images List<ImageInfo>
Provided ImageInfo for this MetaInfo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteName String?
Site name of MetaInfo
getter/setter pair
title String?
Title of MetaInfo.
getter/setter pair
url Uri?
URL of MetaInfo
getter/setter pair
videos List<VideoInfo>
Provided VideoInfo for this MetaInfo.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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